Skip to content

Commit

Permalink
UIU-2549 Include perms.users.assign in ui-users.editperms (#2067)
Browse files Browse the repository at this point in the history
* BREAKING Bump module to 8.0 to accommodate dropped interface version
* Include `perms.users.assign.immutable` and `perms.users.assign.mutable`,
  provided in `permissions` `5.5`, in `ui-users.editperms`.

Thus, users with `ui-users.editperms` can continue to grant
any permission to any user - except okapi permissions.

Co-authored-by: Michał Kuklis <[email protected]>
Co-authored-by: Zak Burke <[email protected]>

Refs UIU-2549
  • Loading branch information
adamdickmeiss authored and zburke committed Mar 17, 2022
1 parent 2d0a3e9 commit 823eabc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change history for ui-users

## [8.0.0] IN PROGRESS

* *BREAKING* Require okapi interface `permissions` `5.5` for permission-assignment permissions. Refs UIU-2549.

## [7.1.0](https://github.com/folio-org/ui-users/tree/v7.1.0) (2022-03-03)
[Full Changelog](https://github.com/folio-org/ui-users/compare/v7.0.1...v7.1.0)

Expand Down
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/users",
"version": "7.1.0",
"version": "8.0.0",
"description": "User management",
"repository": "folio-org/ui-users",
"publishConfig": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"okapiInterfaces": {
"users": "15.0",
"configuration": "2.0",
"permissions": "5.0",
"permissions": "5.5",
"login": "6.0 7.0",
"users-bl": "5.0 6.0"
},
Expand Down Expand Up @@ -148,7 +148,9 @@
"ui-users.viewperms",
"perms.users.item.put",
"perms.users.item.post",
"perms.users.item.delete"
"perms.users.item.delete",
"perms.users.assign.immutable",
"perms.users.assign.mutable"
],
"visible": true
},
Expand Down

0 comments on commit 823eabc

Please sign in to comment.