Skip to content

Commit

Permalink
UIU-2897 Move view/assign affiliation from ui-users to ui-consortia-s…
Browse files Browse the repository at this point in the history
…ettings (#2497)
  • Loading branch information
usavkov-epam authored Jun 21, 2023
1 parent bcacd45 commit 1d9fcf6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 24 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
* Users with view-only access to user permissions and access to edit user records get error message when saving a user record. Refs UIU-2885.
* Use new WSAPI for adding patron/staff notes to loans. Fixes UIU-2893. **Note.** The new requirement of the `add-info` interface is a breaking change.
* Modify add-patron/staff-info permission to use new subpermission. Fixes UIU-2895.
* Move view/assign affiliation permissions from `ui-users` to `ui-consortia-settings`. Refs UIU-2897.

## [9.0.0](https://github.com/folio-org/ui-users/tree/v9.0.0) (2023-02-20)
[Full Changelog](https://github.com/folio-org/ui-users/compare/v8.1.0...v9.0.0)
Expand Down
22 changes: 0 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,28 +108,6 @@
],
"visible": true
},
{
"permissionName": "ui-users.consortia.affiliations.view",
"displayName": "Users: View affiliations",
"description": "View a list of affiliations assigned to an user",
"subPermissions": [
"consortia.consortium.collection.get",
"consortia.user-tenants.collection.get"
],
"visible": true
},
{
"permissionName": "ui-users.consortia.affiliations.edit",
"displayName": "Users: Assign and unassign affiliations",
"description": "Assign and unassign affiliations",
"subPermissions": [
"ui-users.consortia.affiliations.view",
"consortia.tenants.collection.get",
"consortia.user-tenants.item.post",
"consortia.user-tenants.item.delete"
],
"visible": true
},
{
"permissionName": "ui-users.opentransactions",
"displayName": "Users: Can check open transactions",
Expand Down
2 changes: 0 additions & 2 deletions translations/ui-users/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -968,8 +968,6 @@
"filters.status.inactive": "Inactive",
"permission.accounts": "Fee/Fine History: Can create, edit and remove accounts",
"permission.create": "Users: Can create new user",
"permission.consortia.affiliations.view": "Users: View affiliations",
"permission.consortia.affiliations.edit": "Users: Assign and unassign affiliations",
"permission.edit": "Users: Can edit user profile",
"permission.editperms": "Users: Can assign and unassign permissions to users",
"permission.editproxies": "Users: Can create, edit and remove proxies",
Expand Down

0 comments on commit 1d9fcf6

Please sign in to comment.