mirror of
https://github.com/wallabag/wallabag.git
synced 2025-10-20 19:52:09 +00:00
Sort archive page by archived at
This commit is contained in:
parent
7c0d682687
commit
9007fe0062
2 changed files with 1 additions and 3 deletions
|
@ -50,7 +50,7 @@ class EntryRepository extends EntityRepository
|
|||
public function getBuilderForArchiveByUser($userId)
|
||||
{
|
||||
return $this
|
||||
->getSortedQueryBuilderByUser($userId)
|
||||
->getSortedQueryBuilderByUser($userId, 'archivedAt', 'desc')
|
||||
->andWhere('e.isArchived = true')
|
||||
;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue