Skip to content

Commit

Permalink
[UIU-3301] Add ui-users.view as subpermission to roles permission sets (
Browse files Browse the repository at this point in the history
#2839)

* Update permissions

* Update CHANGELOG

* Enforce view/manage roles perms.

* Update unit tests

* Remove unneeded import.

* Include ui-users.view when enabling roles.view or roles.manage
  • Loading branch information
ryandberger authored Jan 15, 2025
1 parent 30aa052 commit 1f4afe4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@
"displayName": "Users: Can view user/role assignments",
"description": "Also includes basic permissions to view roles, users, patron groups",
"subPermissions": [
"ui-users.view",
"ui-authorization-roles.users.settings.view"
],
"visible": true
Expand All @@ -184,6 +185,7 @@
"displayName": "Users: Can manage user/role assignments",
"description": "",
"subPermissions": [
"ui-users.view",
"ui-authorization-roles.users.settings.manage"
],
"visible": true
Expand Down

0 comments on commit 1f4afe4

Please sign in to comment.