fix: #13983, show only local categories in ACP privilege selector

This commit is contained in:
Julian Lam
2026-02-12 14:02:49 -05:00
parent 292e70f70a
commit c4411423b6

View File

@@ -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,