Skip to content

Commit

Permalink
UIU-3294: add missed roles.collection.get
Browse files Browse the repository at this point in the history
  • Loading branch information
aidynoJ committed Dec 9, 2024
1 parent 7eb1d2c commit 6d4e2b4
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 @@ -7,7 +7,7 @@
* 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`, `inventory.items.item.get` permissions. Refs UIU-3291.
* Add missed `roles.users.collection.get`, `users-keycloak.auth-users.item.get`, `roles.users.item.put`, `users-keycloak.auth-users.item.post` permissions. UIU-3294.
* Add missed permissions for endpoints used in withUserRoles HOC. UIU-3294.


## [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 @@ -87,7 +87,8 @@
"departments.item.get",
"users.configurations.item.get",
"roles.users.collection.get",
"users-keycloak.auth-users.item.get"
"users-keycloak.auth-users.item.get",
"roles.collection.get"
],
"visible": true
},
Expand Down

0 comments on commit 6d4e2b4

Please sign in to comment.