Details
-
Improvement
-
Status: New
-
Normal
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
-
Quasar
Description
affects version: release/saas, release/14.x, release/13.x
fix versions: to be decided.
Path
- Create a new document type
- Add a field and set its properties
Story
As a developer if I set multiplicity, optional, required, min and/or max value for a field in the doc type editor
then following constraints are always satisfied:
constraint | min number of values | maximum number of values |
---|---|---|
multiple | >=0 | >1 |
not multiple | 0 | 1 |
required | >=0 | >0 |
not required | >=0 | >=0 |
optional | >=0 | >=0 |
not optional | >=0 | >0 |
min < max
optional != required
so that the relationship between multiple, required and optional on one side and min and max number of values on the other side is explicit and clear.
Attachments
Issue Links
- relates to
-
CMS-14685 Visual editor does not support 'maxitems' for multiples, nor remove/add the only item
- Closed