Skip to content

Commit

Permalink
UIU-3011 - merge master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Terala-Priyanka committed Jan 30, 2024
2 parents 6e14c31 + 049764c commit 77aa93e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
* Show country name in user address instead of country id. Refs UIU-2976.
* Add patron notice print jobs to action menu. Refs UIU-3029.
* Update sub permissions of permission 'Users: Can view user profiles'. Refs UIU-3038.
* Create new permission 'Users: Can view, edit, and delete profile pictures'. Refs UIU-3025.
* UserInformation in UserDetails to display profile picture. Refs UIU-3011.

## [10.0.4](https://github.com/folio-org/ui-users/tree/v10.0.4) (2023-11-10)
Expand Down
14 changes: 14 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -992,6 +992,20 @@
],
"visible": true
},
{
"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.profile-pictures.view",
"ui-users.edit",
"users.profile-picture.item.post",
"users.profile-picture.item.put",
"users.profile-picture.item.delete"

],
"visible": true
},
{
"permissionName": "ui-users.settings.general.view",
"displayName": "Settings (Users): Can view general entries",
Expand Down
1 change: 1 addition & 0 deletions translations/ui-users/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1012,6 +1012,7 @@
"permission.manual_waive": "Fees/Fines: Can waive",
"permission.patron_blocks": "Users: Can create, edit and remove patron blocks",
"permission.profile-pictures.view": "Users: Can view profile pictures",
"permission.profile-pictures.all": "Users: Can view, edit, and delete profile pictures",
"permission.requests.all": "Users: View requests",
"permission.reset.password": "Users: Create/reset password",
"permission.settings.view": "Settings (Users): View all settings",
Expand Down

0 comments on commit 77aa93e

Please sign in to comment.