Changes between Initial Version and Version 1 of Ticket #13342
- Timestamp:
- Apr 14, 2010, 7:06:52 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13342
- Property Milestone 1.2
- Property Resolution → wontfix
- Property Status new → closed
-
Ticket #13342 – Description
initial v1 1 1 MultiValueField is composed from several child fields 2 2 Validation logic in it's clean method should be: 3 - if MultiValueField is required, at least one of the child values must be non-empty (ok)4 - if a child field is required, it's value must be non-empty (bug in implementation, MultiValueField.required is used instead of child.required to check condition)5 - clean decompressed values by each child fields and compress together (ok)3 - if MultiValueField is required, at least one of the child values must be non-empty (ok) 4 - if a child field is required, it's value must be non-empty (bug in implementation, MultiValueField.required is used instead of child.required to check condition) 5 - clean decompressed values by each child fields and compress together (ok)