Uploaded image for project: 'CMS'
  1. CMS
  2. CMS-10766

make restrictions available on repeater

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Major Major
    • 4.5.0
    • 4.4.0
    • None
    • None
    • 4.5 M3
    • 1 - Middle term
    • 2 - Normal

      When a disable condition is defined on a repeater, it is not used.

      It should be possible to enable/disable a repeater.

       

      Example :

       

      <cms:repeater name="myRepeater" initial-size="0">
          <cms:label i18n="false">Test Repeater</cms:label>
          <cms:description i18n="false">Test Repeater</cms:description>
          <cms:add-label i18n="false">Add</cms:add-label>
          <cms:del-label i18n="false">Del</cms:del-label>
          <disable-conditions>
              <condition id="conditionField" operator="neq">true</condition>
          </disable-conditions>
      …
      </cms:metadata>
      
      
      

       

       

            cbayle Caroline Bayle
            pgros Pierre Gros (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: