March 31, 2016
Cancelling Inheritance does not create cq:isCancelledForChildren property || RollOut overrides children nodes
- March 31, 2016
- 2 replies
- 6319 views
Hi,
When inheritance is cancelled from dialog of component [by clicking lock icon] then on content node the jcr:mixinTypes is updated with cq:LiveSyncCancelled, but cq:isCancelledForChildren property is not added to node. On reverting back cq:LiveSyncCancelled is removed. As per default cq:isCancelledForChildren property is also created.
Impact :: If cq:isCancelledForChildren property is missing, then on Rollout the child nodes are getting overridden as children nodes are not having jcr:mixinTypes : cq:LiveRelationship, cq:LiveSyncCancelled.
I tried adding below property to cq:editConfig, but no effect
cq:deepCancel {Boolean} true
Any suggestions on what can be the issue and solution.
Thanks