cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Unable to make the includeSubGroups attribute editable in ADD mode

Former Member
0 Kudos
174

Hi All,

May be with 1905 smart edit, we are unable to edit the includeSubGroups attribute in CMSUserGroupRestriction applied to a component from existing resources. However we are able to edit that attribute when we edit it after adding to component. I have tried to override the component structure by adding editable populator but the populator is getting appended to list of populators instead of overriding it and attribute becomes non editable. Here is the code I tried

<bean class="de.hybris.platform.cmsfacades.types.service.impl.DefaultComponentTypeAttributeStructure" p:typecode="CMSUserGroupRestriction" p:qualifier="includeSubgroups">
    <property name="populators">
        <set>
            <ref bean="customEditableComponentTypeAttributePopulator"/>
            <ref bean="basicComponentTypeAttributePopulator"/>
            <ref bean="i18nComponentTypeAttributePopulator"/>
            <ref bean="booleanComponentTypeAttributePopulator"/>
        </set>
    </property>
</bean>

Can someone help me identifying the issue with above code?

Accepted Solutions (0)

Answers (0)