Skip to content

Commit

Permalink
UITEN-212: Permission changes for service point management (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
UladzislauKutarkin authored Jul 26, 2024
1 parent c539bdd commit 3b4ee2f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* [UITEN-290] (https://issues.folio.org/browse/UITEN-290) Make dependency on mod-reading-rooms optional.
* [UITEN-298] (https://issues.folio.org/browse/UITEN-298) Update translation ids for reading room.
* [UITEN-301] (https://issues.folio.org/browse/UITEN-301) Display Reading room access in alphabetical order on settings page.
* [UITEN-212](https://folio-org.atlassian.net/browse/UITEN-212) Permission changes for service point management.

## [8.1.0](https://github.com/folio-org/ui-tenant-settings/tree/v8.1.0)(2024-03-19)
[Full Changelog](https://github.com/folio-org/ui-tenant-settings/compare/v8.0.0...v8.1.0)
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,12 +200,11 @@
},
{
"permissionName": "ui-tenant-settings.settings.servicepoints",
"displayName": "Settings (tenant): Can create, edit and remove service points",
"displayName": "Settings (tenant): Can create and edit service points",
"subPermissions": [
"ui-tenant-settings.settings.servicepoints.view",
"inventory-storage.service-points.item.post",
"inventory-storage.service-points.item.put",
"inventory-storage.service-points.item.delete"
"inventory-storage.service-points.item.put"
],
"visible": true
},
Expand Down
2 changes: 1 addition & 1 deletion translations/ui-tenant-settings/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
"permission.settings.sso.view": "Settings (tenant): Can view SSO settings",
"permission.settings.location": "Settings (tenant): Can create, edit and remove locations",
"permission.settings.location.view": "Settings (Tenant): View locations",
"permission.settings.servicepoints": "Settings (tenant): Can create, edit and remove service points",
"permission.settings.servicepoints": "Settings (tenant): Can create and edit service points",
"permission.settings.servicepoints.view": "Settings (tenant): Can view service points",
"permission.settings.bursar-exports": "Settings (tenant): Bursar admin",
"permission.settings.reading-room-access.view": "Settings (tenant): Can view reading room access",
Expand Down

0 comments on commit 3b4ee2f

Please sign in to comment.