Defect #34580
Custom field labels do not contain class "error" when the field value is invalid
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | UI | |||
Target version: | 4.2.0 | |||
Resolution: | Fixed | Affected version: |
Description
When the form contains invalid field values, the class "error" is added only to standard fields. We should add it also to custom fields in order to be able to highlight those fields (#32764).
The attached patch fixes this.
Related issues
Associated revisions
History
#1
Updated by Marius BALTEANU 14 days ago
All tests pass: https://gitlab.com/redmine-org/redmine/-/pipelines/239464521
#2
Updated by Marius BALTEANU 14 days ago
- Subject changed from Custom field labels doesn't contain class "error" when the field value is invalid to Custom field labels do not contain class "error" when the field value is invalid
#3
Updated by Go MAEDA 14 days ago
- Related to Feature #32764: Make form validation errors more obvious for users added
#6
Updated by Marius BALTEANU 12 days ago
- Target version set to 4.2.0
We should keep this in Changelog because there were some changes regarding how the validation messages are stored in the object.