mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 05:27:14 -04:00
Sorted archives Part 2.
Thanks to xet7 !
This commit is contained in:
parent
41e1f8fbc3
commit
3da66a0fe3
1 changed files with 4 additions and 1 deletions
|
@ -63,8 +63,11 @@ Meteor.publish('archivedBoards', function() {
|
|||
archived: 1,
|
||||
slug: 1,
|
||||
title: 1,
|
||||
createdAt: 1,
|
||||
modifiedAt: 1,
|
||||
archivedAt: 1,
|
||||
},
|
||||
sort: { sort: 1 /* boards default sorting */ },
|
||||
sort: { archivedAt: -1, modifiedAt: -1 },
|
||||
},
|
||||
);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue