This is how I add the cq-msm-lockable :<redirect cq:showOnCreate="{Boolean}true"
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/pathfield"
fieldLabel="fieldLabel"
name="./cq:redirectTarget"
rootPath="/content">
<granite:data
jcr:primaryType="nt:unst...
It is somehow related to cq-msm-lockable that comes with MSM. When I removed the cq-msm-lockable, the value prints properly.The requirement is to keep the cq-msm-lockable and show the value of the cq:redirect in the dialog.
Hi, After a rollout, all the cq:redirect fields are empty in livecopies dialogs, the values are available in the crx though. Same behavior in we.retail site.Is there a reason why the paths are not visible in the dialog ?Thanks,
Hi,When creating a live copy in AEM 6.5, the property sling:vanityPath doesn't get copied.The OSGI configurations "Day CQ WCM Rollout Manager" and "CQ MSM Content Copy Action" are supposed to filter all the sling:* props, but still, only vanity seems to be excluded.Is there a special configuration t...