Skip to content

Commit

Permalink
UIU-3291: Permissions error when adding a Fee-Fine via the User's app…
Browse files Browse the repository at this point in the history
… and Check-in. (#2820)
  • Loading branch information
artem-blazhko authored Dec 5, 2024
1 parent 88953c4 commit 4efa3f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Add permission to access users-keycloak delete method. Refs UIU-3282.
* Fix issue with `Proxy borrower` field value. Refs UIU-3290.
* Check if userId is present in withUserRoles HOC. Refs UIU-3273.
* Add missed `circulation-storage.loans.item.get` permission. Refs UIU-3291.
* Add missed `circulation-storage.loans.item.get`, `inventory.items.item.get` permissions. Refs UIU-3291.


## [11.0.7](https://github.com/folio-org/ui-users/tree/v11.0.7) (2024-11-30)
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,8 @@
"feesfines.accounts-bulk.cancel.item.post",
"feesfines.accounts.refund.item.post",
"feesfines.accounts-bulk.refund.item.post",
"circulation-storage.loans.item.get"
"circulation-storage.loans.item.get",
"inventory.items.item.get"
],
"visible": true
},
Expand Down

0 comments on commit 4efa3f0

Please sign in to comment.