You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* refactor: moving files from libraries to authz module and minor improvements on the header
* feat: roles table for audit user page
* feat: expanded row view for user roles added
* chore: border color updated
* chore: styles and texts adjusted
* feat: refactor to handle the table accordion correctly after rebase
* fix: column width fixed
* fix: imports fix
* feat: functionality to keep one accordion open
* fix: lint and tests fixed
* feat: missing tests added to get coverage
* chore: unnecessary container removed
* chore: removed space
* fix: fix in container
* feat: missing test added
* fix: labels and styles adjusted to match with design
* chore: refactor to avoid duplicated code
* fix: refactor of TableCells component
* chore: refactor of files path for better organization
* chore: unnecessary code removed and fix and imports
* fix: refetchOnWindowFocus added
* fix: constants file merged, fix in imports and texts
* fix: height added to avoid a paragon bug with dropdown
* fix: tests fixed
* fix: missing test added
* chore: remove height class
---------
Co-authored-by: jacobo-dominguez-wgu <[email protected]>
description: 'Label indicating Global Staff has partial access to permissions',
49
+
},
50
+
'authz.user.table.permissions.role.admin': {
51
+
id: 'authz.user.table.permissions.role.admin',
52
+
defaultMessage: 'Super Admins have full access to all areas of the platform, including content, settings, and user management. This role is managed at the platform level and cannot be changed from here. To modify it, go to Django Admin.',
53
+
description: 'Description for the permissions of the Super Admin role',
54
+
},
55
+
'authz.user.table.permissions.role.staff': {
56
+
id: 'authz.user.table.permissions.role.staff',
57
+
defaultMessage: 'Global Staff have access to all areas of the platform, similar to Super Admin, but cannot grant or revoke Super Admin or Global Staff roles to other users. This role is managed at the platform level and cannot be changed from here. To modify it, go to Django Admin.',
58
+
description: 'Description for the permissions of the Global Staff role',
0 commit comments