Skip to content

Commit

Permalink
UIU-3038 - Update sub permissions of permission 'Users: Can view user…
Browse files Browse the repository at this point in the history
… profiles'
  • Loading branch information
Terala-Priyanka committed Jan 24, 2024
1 parent 1f0ed4f commit 88181f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* Create new permission 'Users: Can view profile pictures'. Refs UIU-3018.
* Format currency values as currencies, not numbers. Refs UIU-2026.
* Show country name in user address instead of country id. Refs UIU-2976.
* Update sub permissions of permission 'Users: Can view user profiles'. Refs UIU-3038.

## [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
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,8 @@
"description": "Also includes basic permissions to view users",
"subPermissions": [
"ui-users.view",
"users.profile-picture.item.get"
"users.profile-picture.item.get",
"users.configurations.item.get"
],
"visible": true
},
Expand Down

0 comments on commit 88181f5

Please sign in to comment.