Skip to content

Commit

Permalink
[UIREQ-1194] - Update permissions for mod-circulation (#1232)
Browse files Browse the repository at this point in the history
* Update permissions for mod-patron

* Update changelog

---------

Co-authored-by: Roman Barannyk <[email protected]>
  • Loading branch information
azizbekxm and roman-barannyk authored Nov 22, 2024
1 parent 9bb8865 commit 1cd124f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Change history for ui-requests

## 11.0.0 (IN PROGRESS)
* Consistency update permission after change them in mod-circulation. Refs UIREQ-1194.
* Use settings/entries endpoint to get settings information. Refs UIREQ-1062.
* Requests app.: Editing requests (ECS with mod-tlr enabled). Refs UIREQ-1088.
* Requests app.: Cancelling request (ECS with mod-tlr enabled). Refs UIREQ-1090.
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,10 @@
"replaces": ["ui-requests.reorderQueue"],
"visible": true,
"subPermissions": [
"circulation.requests.queue.collection.get",
"circulation.requests.queue.reorder.collection.post",
"circulation.requests.queue-item.collection.get",
"circulation.requests.queue-instance.collection.get",
"circulation.requests.queue.item-reorder.collection.post",
"circulation.requests.queue.instance-reorder.collection.post",
"circulation.requests.allowed-service-points.get",
"circulation-bff.requests.allowed-service-points.get",
"circulation.rules.request-policy.get"
Expand Down

0 comments on commit 1cd124f

Please sign in to comment.