Hi
Can anyone please tell me what the trash (Browse -> Space Admin -> General -> Trash) is sorted by? Is it sorted by Date of Creation? And is it possible to change it somehow? Because we wanted to sorted by Date of Deletion.
Best regards
Basti
It is sorted by page creation date. The actual query ("confluence.content_findTrashedContent" from ContentEntityObject.hbm.xml) is
select content from SpaceContentEntityObject content, Space space where content.space = space and content.contentStatus = 'deleted' and lower(space.key) = :spaceKey order by content.creationDate desc
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.