-
Type: Bug
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 10.10
-
Fix Version/s: HOTFIX_10.10_2.4, 3.1.x, 3.0.x
-
Component/s: User & Group management
-
Tags:
-
Backlog priority:250
Pre-requisite : change the language of the browser to French (or another language than English)
Steps to reproduce:
- As an admin, go to Administration > Users & groups (I keep the english label to ease the scenario)
- Hit the New button then Users
- Fill all the fields and submit the form
- Observe that a toast is displayed in the bottom left corner with the message "User xxx created"
Expected behavior: the message in the toast should be "Utilisateur xxx créé"
This is due to the fact that the message is not translated around these lines: https://github.com/nuxeo/nuxeo-elements/blob/maintenance-3.0.x/ui/nuxeo-user-group-management.js#L304-L313
The same bug affects the groups. But a fix for users should also fix the case of the groups