Skip to content

Commit

Permalink
Extend "Settings (Circ): Can create, edit and remove request policies…
Browse files Browse the repository at this point in the history
…" permission (#1089)
  • Loading branch information
artem-blazhko authored and Dmitriy-Litvinenko committed Nov 8, 2023
1 parent 52c8d1a commit 6babdf4
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 @@ -6,6 +6,7 @@
* Remove `None` option from notice methods. Fixes UICIRC-995.
* Fix permission error for Settings (Circ): Can create, edit and remove overdue fine policies. Refs UICIRC-1013.
* Fix wrong position of "Cancel" and "Save & close" button. Refs UICIRC-1014.
* Extend "Settings (Circ): Can create, edit and remove request policies" permission to be able to see service points. Refs UICIRC-1016.

## [9.0.0](https://github.com/folio-org/ui-circulation/tree/v9.0.0) (2023-10-12)
[Full Changelog](https://github.com/folio-org/ui-circulation/compare/v8.0.1...v9.0.0)
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,8 @@
"circulation-storage.request-policies.item.put",
"users.collection.get",
"users.item.get",
"settings.circulation.enabled"
"settings.circulation.enabled",
"inventory-storage.service-points.collection.get"
],
"visible": true
},
Expand Down

0 comments on commit 6babdf4

Please sign in to comment.