Hi Everyone,
I've tried creating a package of a page using the CRXDE, but I found out that some properties are not being added on it's jcr:content. Which configuration affects this behavior or is there an msm action that involved in these (as I see the same property on cq.wcm.msm.action.excludedprops of the ContentUpdateActionFactory.cfg.json)?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi, we're able to identify that there is an event for Page Creation in which it removes the "guid" of the page if it contains one. This said event should only be triggered when a page event is triggered (And we thought that it shouldn't be triggered because our action is just package installation, but proves us wrong on the assumption after debugging the code).
you are right. But the purpose of cq.wcm.msm.action.excludedprops is different.
https://blogs.perficient.com/2016/11/30/updating-page-titles-with-aem-livecopy/
Hello @LyonMartin
Which properties are you referring to? Requesting you to please list few of them
We have a custom property for page guid.
Something like "guid"
I was able to reproduce initially.
Then I copied the cq:dialog from "/libs/core/wcm/components/page/v3/page/cq:dialog" to my page component. Added some custom property (like martin:guid).
Add corresponding namespace for martin. Authored the property in one of the Pages and saved.
Since, then all properties work (guid, martin:guid).
I have deleted the custom dialog, restarted the instance. But, it just works.
Thought of sharing, though I have no idea what happened
Hi, we're able to identify that there is an event for Page Creation in which it removes the "guid" of the page if it contains one. This said event should only be triggered when a page event is triggered (And we thought that it shouldn't be triggered because our action is just package installation, but proves us wrong on the assumption after debugging the code).
Views
Likes
Replies
Views
Likes
Replies