- Order All Boards by Starred, Color and Title and Description.

Thanks to xet7 !

Closes #1990,
Related #252
This commit is contained in:
Lauri Ojansivu 2019-03-08 10:44:20 +02:00
parent 8568728152
commit 7836ab83d0
2 changed files with 9 additions and 5 deletions

View file

@ -27,7 +27,7 @@ BlazeComponent.extendComponent({
type: 'board',
subtasksDefaultListId: null,
}, {
sort: { stars: -1, color: 1, title: 1 },
sort: { stars: -1, color: 1, title: 1, description: 1 },
});
},