mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-03 11:01:20 +01:00
fix: #13983, show only local categories in ACP privilege selector
This commit is contained in:
@@ -30,6 +30,7 @@ define('admin/manage/privileges', [
|
||||
Privileges.refreshPrivilegeTable();
|
||||
ajaxify.updateHistory('admin/manage/privileges/' + (cid || ''));
|
||||
},
|
||||
localOnly: true,
|
||||
localCategories: ajaxify.data.categories,
|
||||
privilege: 'find',
|
||||
showLinks: true,
|
||||
|
||||
Reference in New Issue
Block a user