mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-31 19:15:58 +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.reloadAllSessions': 'admin:settings',
|
||||
'admin.settings.get': 'admin:settings',
|
||||
'admin.settings.set': 'admin:settings',
|
||||
};
|
||||
|
||||
privileges.admin.resolve = (path) => {
|
||||
|
||||
Reference in New Issue
Block a user