mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Try to get ordering of All Boards working so that it does
not keep reordering. Thanks to bentiss, with Apache I-CLA. Related #2241
This commit is contained in:
parent
473f389bbe
commit
afda0ed4da
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ BlazeComponent.extendComponent({
|
|||
'members.userId': Meteor.userId(),
|
||||
type: 'board',
|
||||
subtasksDefaultListId: null,
|
||||
}, { sort: [['stars', 'desc'], ['color', 'asc'], ['title', 'asc'], ['description', 'asc']] });
|
||||
}, { sort: [['stars', 'desc'], ['color', 'asc'], ['title', 'asc'], ['description', 'asc'], ['_id', 'asc']] });
|
||||
},
|
||||
isStarred() {
|
||||
const user = Meteor.user();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue