Skip to content

Commit

Permalink
UIREQ-1201: Update permission after mod-patron-blocks permission changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy-Litvinenko committed Nov 27, 2024
1 parent 1cd124f commit 6e74069
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
* *BREAKING* Migrate to new `mod-circulation-bff` endpoints. Refs UIREQ-1134.
* Implement feature toggle for ECS and not ECS envs. Refs UIREQ-1171.
* Hide proxy functionality for ECS with mod-tlr enabled. Refs UIREQ-1185.
* Update permission after mod-patron-blocks permission changes. Refs UIREQ-1201.

## [10.0.2] (https://github.com/folio-org/ui-requests/tree/v10.0.2) (2024-11-22)
[Full Changelog](https://github.com/folio-org/ui-requests/compare/v10.0.1...v10.0.2)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"displayName": "Requests: View, create",
"subPermissions": [
"ui-requests.view",
"automated-patron-blocks.collection.get",
"patron-blocks.automated-patron-blocks.collection.get",
"circulation.requests.item.post",
"circulation.requests.allowed-service-points.get",
"circulation-bff.requests.allowed-service-points.get",
Expand Down

0 comments on commit 6e74069

Please sign in to comment.