Skip to content
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 @@ -5,6 +5,7 @@
* Add translations for use-at-location actions. Refs UICIRCLOG-180.
* Add loan-action filter options In Use and Held. Refs UICIRCLOG-181.
* Migrate jest to use `@folio/jest-config-stripes`. Refs UICIRCLOG-182.
* Add `stripes-core.settings.read` permission to app permissions. Refs UICIRCLOG-190.

## 6.0.2 (https://github.com/folio-org/ui-circulation-log/tree/v6.0.2) (2025-11-04)
[Full Changelog](https://github.com/folio-org/ui-circulation-log/compare/v6.0.1...v6.0.2)
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@
{
"permissionName": "module.circulation-log.enabled",
"displayName": "UI: Circulation logs module is enabled",
"visible": false
"visible": false,
"subPermissions": [
"stripes-core.settings.read"
]
},
{
"permissionName": "ui-circulation-log.log-event.view",
Expand Down