- 
    
Bug
 - 
    Resolution: Fixed
 - 
    
Major
 - 
    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.
- created by
 - 
                    
CMS-12352 Enable restrictions on attributes based on class
-         
 - Closed
 
 -