We are not getting sorted list according to modified column on click of modified column in list view of sites.html due to below reasons,
What could be the reason for removing these nodes and property?
Solved! Go to Solution.
Views
Replies
Total Likes
This looks like a case of data corruption.
Ideally, for any operation on a Page, the jcr:content should be updated. And for every page, jcr:content should exist, all components exist under it.
Please check, if there have been any custom process used for creating these pages or translation imports via a connector.
Please consider fixing the data. If jcr:content isn't available, are these pages even in use?
Hi,
The reasons for missing or removed nodes and properties like cq:lastModified and jcr:content can include customization, content migration processes, and content updates by authors or administrators. To determine the specific reason in your case, review page history.
Thank you so much @ManviSharma. I will look into page history and check if found exact cause.
Can we write any service or listener to get exact cause?
This looks like a case of data corruption.
Ideally, for any operation on a Page, the jcr:content should be updated. And for every page, jcr:content should exist, all components exist under it.
Please check, if there have been any custom process used for creating these pages or translation imports via a connector.
Please consider fixing the data. If jcr:content isn't available, are these pages even in use?
Views
Likes
Replies