mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-24 00:09:41 +01:00
fix: inability for admins with setting privilege to save plugin settings
This commit is contained in:
@@ -105,6 +105,7 @@ module.exports = function (privileges) {
|
|||||||
'admin.themes.set': 'admin:settings',
|
'admin.themes.set': 'admin:settings',
|
||||||
'admin.reloadAllSessions': 'admin:settings',
|
'admin.reloadAllSessions': 'admin:settings',
|
||||||
'admin.settings.get': 'admin:settings',
|
'admin.settings.get': 'admin:settings',
|
||||||
|
'admin.settings.set': 'admin:settings',
|
||||||
};
|
};
|
||||||
|
|
||||||
privileges.admin.resolve = (path) => {
|
privileges.admin.resolve = (path) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user