Actions
Feature #1874
openSupport validations for multivalued eav attributes
Status:
New
Priority:
Normal
Assignee:
Radek Tomiška
Category:
Eav
Target version:
-
Start date:
09/24/2019
Due date:
% Done:
0%
Estimated time:
Owner:
Description
Version 9.7.6, tested also on demo (9.4.0)
- EAV is multivalued and unique
- Set multiple values to it
- Try to remove the first value
- Exception "Form is not valid" - "Field value has to be unique. Value [xxxx] is already used."
This exception occurs whenever you try to remove the value, which is not last in the multivalued attribute.
Workaround: remove the value, but leave empty line instead of it.
Files
Related issues
Updated by Radek Tomiška about 5 years ago
- Category changed from Validators to Eav
- Assignee changed from Ondřej Kopr to Radek Tomiška
Updated by Radek Tomiška about 5 years ago
- Related to Feature #1438: Validators for EAV attributes added
Updated by Radek Tomiška about 5 years ago
- Tracker changed from Defect to Feature
- Subject changed from Unique multivalued attribute - removal of first value fails to Support unique validation for multivalued eav attributes
Validations (unique included) for multivalued eav attributes was not implemented (see #1438). I've added the same info into documentation:
https://wiki.czechidm.com/devel/documentation/application_configuration/dev/dynamic-forms#validation
Updated by Radek Tomiška about 5 years ago
- Subject changed from Support unique validation for multivalued eav attributes to Support validations for multivalued eav attributes
Actions