N°4036 - User edition controls : the profiles selection should allow the User modification (when editing your own User)

This commit is contained in:
Eric
2021-07-28 09:13:47 +02:00
parent 1d5e0b6fe9
commit 54a6573948
3 changed files with 20 additions and 1 deletions

View File

@@ -129,6 +129,7 @@ Dict::Add('EN US', 'English', 'English', array(
'Class:User/Error:ProfileNotAllowed' => 'Profile "%1$s" cannot be added it will deny the access to backoffice',
'Class:User/Error:StatusChangeIsNotAllowed' => 'Changing status is not allowed for your own User',
'Class:User/Error:AllowedOrgsMustContainUserOrg' => 'Allowed organizations must contain User organization',
'Class:User/Error:CurrentProfilesHaveInsufficientRights' => 'The current list of profiles does not give sufficient access rights (Users are not modifiable anymore)',
'Class:User/Error:AtLeastOneOrganizationIsNeeded' => 'At least one organization must be assigned to this user.',
'Class:User/Error:OrganizationNotAllowed' => 'Organization not allowed.',
'Class:User/Error:UserOrganizationNotAllowed' => 'The user account does not belong to your allowed organizations.',