Skip to content

Commit

Permalink
UIU-3117 - update sub permissions of reading room access permissions …
Browse files Browse the repository at this point in the history
…with changed backend permissions names
  • Loading branch information
Terala-Priyanka committed May 9, 2024
1 parent 9a30b6d commit c0c6de2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,7 @@
"displayName": "Users: Can view reading room access",
"subPermissions": [
"ui-users.view",
"reading-room-patron-permission.item.get"
"reading-room.patron-permission.item.get"
],
"visible": true
},
Expand All @@ -1074,7 +1074,7 @@
"subPermissions": [
"ui-users.edit",
"ui-users.view-reading-room-access",
"reading-room-patron-permission.item.put"
"reading-room.patron-permission.item.put"
],
"visible": true
}
Expand Down

0 comments on commit c0c6de2

Please sign in to comment.