Skip to content

Commit

Permalink
Include ui-users.view when enabling roles.view or roles.manage
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandberger committed Jan 14, 2025
1 parent 0dae3b9 commit 9d05d50
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 9d05d50

Please sign in to comment.