Uploaded image for project: 'Hippo CMS'
  1. Hippo CMS
  2. CMS-14737

Number of values for property: align multiple, optional, required with min and max values

    XMLWordPrintable

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

          Activity

            People

              plenselink Pieter Lenselink
              mrop Michiel Rop
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: