Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UIU-2955 - Relabel 'Users: Can create new user' to 'Users: Can create and edit users' #2562

Merged
merged 2 commits into from
Sep 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion translations/ui-users/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading