Closed evgeny-konstantinov closed 8 months ago
When a node is removed for a live copy it is not actually removed from JCR. It removes all the properties for this node and sets "sling:resourceType" property for it equal to "wcm/msm/components/ghost":
MSM ghost node is needed in author for re-enabling inheritance in future. https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/issue-with-wcm-msm-components-ghost/m-p/371261
The Generic Multifield widget shows those "ghost" nodes but they cannot be removed:
The solution is to exclude the nodes and not show them in the widget.
Thank you. Tackling change with MR: https://github.com/merkle-open/aem-generic-multifield/pull/40
When a node is removed for a live copy it is not actually removed from JCR. It removes all the properties for this node and sets "sling:resourceType" property for it equal to "wcm/msm/components/ghost":
The Generic Multifield widget shows those "ghost" nodes but they cannot be removed:
The solution is to exclude the nodes and not show them in the widget.