Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UITEN-212: Permission changes for service point management #414

Merged
merged 2 commits into from
Jul 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading