Skip to content

Commit

Permalink
Merge branch 'master' into UIU-2943
Browse files Browse the repository at this point in the history
  • Loading branch information
alisher-epam authored Sep 27, 2023
2 parents 4e8abf6 + c6334a7 commit c9b7470
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -85,6 +85,7 @@
* ECS - Filter users by "User Type". Refs UIU-2943.
* Users App: Consume {{FormattedDate}} and {{FormattedTime}} via stripes-component. Refs UIU-1860.
* ECS - Prevent editing of specific shadow user data. Refs UIU-2951.
* Relabel "Users: Can create new user" to "Users: Can create and edit users". Refs UIU-2955.

## [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)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -116,7 +116,7 @@
},
{
"permissionName": "ui-users.create",
"displayName": "Users: Can create new user",
"displayName": "Users: Can create and edit users",
"description": "Some subperms can be deleted later when bl does updates and ModulePermissions can be used",
"subPermissions": [
"ui-users.edit",
2 changes: 1 addition & 1 deletion translations/ui-users/en.json
Original file line number Diff line number Diff line change
@@ -986,7 +986,7 @@
"filters.status.active": "Active",
"filters.status.inactive": "Inactive",
"permission.accounts": "Fee/Fine History: Can create, edit and remove accounts",
"permission.create": "Users: Can create new user",
"permission.create": "Users: Can create and edit users",
"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",

0 comments on commit c9b7470

Please sign in to comment.