Skip to content

Commit

Permalink
Add mod-settings.global.read.circulation permission (#1218)
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-blazhko authored Oct 29, 2024
1 parent 7dc9c19 commit 8aea1b7
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 @@ -35,6 +35,7 @@
* Send `holdingsRecordId` param for Item level requests. Refs UIREQ-1167.
* Review and cleanup Module Descriptor. Refs UIREQ-1156.
* Add `tlr.settings.get` permission. Refs UIREQ-1169.
* Add `mod-settings.global.read.circulation` permission. Refs UIREQ-1170.

## [9.1.2] (https://github.com/folio-org/ui-requests/tree/v9.1.2) (2024-09-13)
[Full Changelog](https://github.com/folio-org/ui-requests/compare/v9.1.1...v9.1.2)
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@
"manualblocks.collection.get",
"circulation.requests.hold-shelf-clearance-report.get",
"circulation.settings.collection.get",
"tlr.settings.get"
"tlr.settings.get",
"mod-settings.global.read.circulation"
],
"visible": true
},
Expand Down

0 comments on commit 8aea1b7

Please sign in to comment.