Reputation: 121
I have weird situation in our test environment where Adobe CQ / AEM Blog articles or pages, when created, automatically shown in CQ5 WCM as published although they are not published (Verified from Publish site).
Is there a configuration to turn this down so not to mislead us?
Upvotes: 0
Views: 344
Reputation: 26
Yes, Please check in content for your specific page & then look for the replication details of that page. If still no success then unpublish & publish again with monitoring server error log.
For Coding in CQ: https://www.youtube.com/watch?v=sJaXmMtZSCU
Upvotes: 0
Reputation: 121
Apparently template sets the properties as well.
From CRXDE Lite, navigate to /apps//templates/template1/jcr:content and you should see the configuration to be attached to newly created page (eg. cq:lastReplicatedBy, cq:lastReplicatedAction).
Upvotes: 1