In AEM 6.5, on click of modified column in list view of sites.html always keeps loading if cq:lastModified property is not available/removed or miss formatted with date.
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,
- cq:lastModified property is not available/removed for few pages.
- cq:lastModified property miss formatted with date(2018-10-18) for few pages and for other pages date format is "2018-10-18T00:00:00.000+05:30" as expected.
- jcr:content node is not available/removed for few pages.
What could be the reason for removing these nodes and property?