2020 Mar 06 7:16 PM - edited 2024 Feb 03 6:21 PM
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?
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.