generated from openedx/frontend-template-application
-
Notifications
You must be signed in to change notification settings - Fork 4
Labels
bugReport of or fix for something that isn't working as intendedReport of or fix for something that isn't working as intendedrelease testingAffects the upcoming release (attention needed)Affects the upcoming release (attention needed)ulmoReleased in UlmoReleased in Ulmo
Description
Enhancement
Context:
Related link #3 (comment)
For the multiple user input, the input need a better way to display the error users when the save action is trigger and the textarea modified.
Currently the modal validates the input as follows:
- Add a user or multiple emails or usernames comma separated
- If the user exist and the role assignment was successful then close the modal.
- If there is a multi user assignment and was partially completed, the users who pass are removed from the input and the error uses are displayed and marked in red.
During the development the input was manage to validate if the user modify the input and do not introduce the previous error return the color to black, but if the some of the error users are in the textarea this keeps the red color.
As is displayed here #3 (comment)
The idea here is think in a better way to display the error uses and their validation if possible.
Metadata
Metadata
Assignees
Labels
bugReport of or fix for something that isn't working as intendedReport of or fix for something that isn't working as intendedrelease testingAffects the upcoming release (attention needed)Affects the upcoming release (attention needed)ulmoReleased in UlmoReleased in Ulmo
Type
Projects
Status
In Progress