Skip to content

Commit

Permalink
UIU-3018 - Create new permission 'Users: Can view profile pictures'. (#…
Browse files Browse the repository at this point in the history
…2609)

* UIU-3018 - Create new permission 'Users: Can view profile pictures' permission.

* UIU-3018 - update changelog

* UIU-3018 - update changelog

* Update CHANGELOG.md

Co-authored-by: Artem Blazhko <[email protected]>

---------

Co-authored-by: Artem Blazhko <[email protected]>
  • Loading branch information
Terala-Priyanka and artem-blazhko authored Jan 10, 2024
1 parent 3e8bf31 commit 00462a4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* Conditionally hide actions on closed loan records for DCB Circulation. Refs UIU-2989.
* Refactor CSS away from `color()` function. Refs UIU-3013.
* Add `reminderFee` to loan action map. Fixes UIU-3014.
* Create new permission 'Users: Can view profile pictures'. Refs UIU-3018.

## [10.0.4](https://github.com/folio-org/ui-users/tree/v10.0.4) (2023-11-10)
[Full Changelog](https://github.com/folio-org/ui-users/compare/v10.0.3...v10.0.4)
Expand Down
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -979,6 +979,16 @@
],
"visible": true
},
{
"permissionName": "ui-users.profilepictures.view",
"displayName": "Users: Can view profile pictures",
"description": "Also includes basic permissions to view users",
"subPermissions": [
"ui-users.view",
"users.profile-picture.item.get"
],
"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 @@ -1009,6 +1009,7 @@
"permission.manual_pay": "Fees/Fines: Can pay",
"permission.manual_waive": "Fees/Fines: Can waive",
"permission.patron_blocks": "Users: Can create, edit and remove patron blocks",
"permission.profilepictures.view": "Users: Can view 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 00462a4

Please sign in to comment.