Space Trash sorted by?

Amt für Informatik Kt.Schwyz April 7, 2014

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

2 answers

1 accepted

1 vote
Answer accepted
Sergey Svishchev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 24, 2014

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
Amt für Informatik Kt.Schwyz September 26, 2014

Thank you for the answer

 

Kind Regards

Bastian

0 votes
BastianO September 24, 2014

Nobody?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events