Can't cancel inheritance for child nodes
Hi,
We are using AEM 6.1 with SP2.
When cancelling inheritance on a component, the child nodes are not being cancelled, which ends up overriding data during rollout. According to the documentation - https://docs.adobe.com/docs/en/aem/6-1/develop/platform/custom-nodetypes.html#cq:LiveSyncCancelled - there is an additional boolean property called cq:isCancelledForChildren. Looking at the form that is posted to Sling when cancelling inheritance this form data is being sent:
Where is this property being set/read from? How can we change that property?
When adding cq:isCancelledForChildren = true manually to the component jcr:content node and then rolling out, the changes are NOT being overwritten. But when re-enabling inheritance or cancelling this property is being removed.
Any help with why this is happening and how we can avoid this, is greatly appreciated.
Thanks, Alex