Skip to content

Commit

Permalink
UIU-3025 - fix review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Terala-Priyanka committed Jan 29, 2024
1 parent 4023bf8 commit 4f02d15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@
"visible": true
},
{
"permissionName": "ui-users.profilepictures.view",
"permissionName": "ui-users.profile-pictures.view",
"displayName": "Users: Can view profile pictures",
"description": "Also includes basic permissions to view users",
"subPermissions": [
Expand All @@ -993,11 +993,11 @@
"visible": true
},
{
"permissionName": "ui-users.profilepictures.all",
"permissionName": "ui-users.profile-pictures.all",
"displayName": "Users: Can view, edit, and delete profile pictures",
"description": "Also includes basic permissions to edit user profile",
"subPermissions": [
"ui-users.profilepictures.view",
"ui-users.profile-pictures.view",
"ui-users.edit",
"users.profile-picture.item.post",
"users.profile-picture.item.put",
Expand Down

0 comments on commit 4f02d15

Please sign in to comment.