We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68244d7 commit 8923fe5Copy full SHA for 8923fe5
1 file changed
src/authz-module/constants.ts
@@ -39,7 +39,7 @@ export const MAX_TABLE_FILTERS_APPLIED = 10;
39
40
// Role data received from the API uses the dotted format for Django-managed roles.
41
export const SUPERUSER_ROLE = 'django.superuser';
42
-export const GLOBAL_STAFF_ROLE = 'django.globalstaff';
+export const GLOBAL_STAFF_ROLE = 'django.staff';
43
export const DJANGO_MANAGED_ROLES = [SUPERUSER_ROLE, GLOBAL_STAFF_ROLE];
44
45
export const MAP_ROLE_KEY_TO_LABEL: Record<string, string> = {
0 commit comments