|
@@ -26,7 +26,7 @@ BlazeComponent.extendComponent({
|
|
'members.userId': Meteor.userId(),
|
|
'members.userId': Meteor.userId(),
|
|
type: 'board',
|
|
type: 'board',
|
|
subtasksDefaultListId: null,
|
|
subtasksDefaultListId: null,
|
|
- }, { sort: [['stars', 'desc'], ['color', 'asc'], ['title', 'asc'], ['description', 'asc']] });
|
|
|
|
|
|
+ }, { sort: [['stars', 'desc'], ['color', 'asc'], ['title', 'asc'], ['description', 'asc'], ['_id', 'asc']] });
|
|
},
|
|
},
|
|
isStarred() {
|
|
isStarred() {
|
|
const user = Meteor.user();
|
|
const user = Meteor.user();
|