mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-04 15:07:25 +02: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();
|
Privileges.refreshPrivilegeTable();
|
||||||
ajaxify.updateHistory('admin/manage/privileges/' + (cid || ''));
|
ajaxify.updateHistory('admin/manage/privileges/' + (cid || ''));
|
||||||
},
|
},
|
||||||
|
localOnly: true,
|
||||||
localCategories: ajaxify.data.categories,
|
localCategories: ajaxify.data.categories,
|
||||||
privilege: 'find',
|
privilege: 'find',
|
||||||
showLinks: true,
|
showLinks: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user