Hi Team,
I have created a custom rollout function, where if I rollout a specific page to some specific locale,
ideally the rolled out out pages should show lock icon in touch-Ui in page properties.
But for my page there is no lock icon (Cancel inheritance) in Page properties dialog.
and it is editable.
@kautuk_sahni @arunpatidar @BrianKasingli @Vijayalakshmi_S @vanegi
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi,
Did you add granite:data ==> "cq-msm-lockable" property to your custom properties? If not adding that might solve your issue. Below is the sample for reference.
Ex:
<someText
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/textfield"
fieldLabel="Some Text"
name="./someText"
<granite:data
jcr:primaryType="nt:unstructured"
cq-msm-lockable="./someText"/>
/>
It would be something to do with the custom rollout function, please provide more details around how you've set up the custom rollout.
Hi,
Did you add granite:data ==> "cq-msm-lockable" property to your custom properties? If not adding that might solve your issue. Below is the sample for reference.
Ex:
<someText
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/textfield"
fieldLabel="Some Text"
name="./someText"
<granite:data
jcr:primaryType="nt:unstructured"
cq-msm-lockable="./someText"/>
/>
cq-msm-lockable property is responsible for that lock icon and if live relationship exist on specific site/page, it should come up fine.
Could you please let know the below details to debug further
Views
Replies
Total Likes
Views
Replies
Total Likes