Uploaded image for project: 'Runtime'
  1. Runtime
  2. RUNTIME-4189

Restricted repeater does not visually disable the field inside anymore

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 4.9.0
    • None
    • None
    • None
    • 4.9.0 RC3
    • Oui

      Was working in 4.8

      Have a repeater with a restriction
      Have a field inside with another restriction

                  <!--Onglet Livrables -->            
                  <cms:repeater name="deliveries" initial-size="0">
                          <label i18n="false">Livrables contractuels</label>
                          <description i18n="false">Livrables du projet</description>
                          <cms:add-label i18n="false">Ajouter un livrable</cms:add-label>
                          <cms:del-label i18n="false">Supprimer un livrable</cms:del-label>
                          <cms:header-label>{title}</cms:header-label>
                          <restrict-to><right id="Web_Right_ChefProjetEdit" read-write-direction="write"/></restrict-to>
                      
                          <cms:metadata name="title" type="string" >
                              <label i18n="false">Nom</label>
                              <description i18n="false">Libellé lisible du livrable</description>
                              <validation>
                                 <mandatory />
                              </validation>
                              <restrict-to><right id="Web_Right_SuperEdit" read-write-direction="write"/></restrict-to>
                           </cms:metadata>

      The repeater is disable, but the field is enabled.
      Save does not work
      The whole repeater is an untouched value.

      In 4.8 the field was visually disabled.

            cbayle Caroline Bayle
            raphael Raphaël Franchet
            Caroline Bayle Caroline Bayle
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: