mirror of
https://github.com/wekan/wekan.git
synced 2026-01-02 15:48:49 +01:00
Merge branch 'edge' into meteor-1.8
This commit is contained in:
commit
b68a2e2b41
8 changed files with 36 additions and 19 deletions
|
|
@ -25,7 +25,6 @@ BlazeComponent.extendComponent({
|
|||
archived: false,
|
||||
'members.userId': Meteor.userId(),
|
||||
type: 'board',
|
||||
subtasksDefaultListId: null,
|
||||
}, { sort: [['stars', 'desc'], ['color', 'asc'], ['title', 'asc'], ['description', 'asc'], ['_id', 'asc']] });
|
||||
},
|
||||
isStarred() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue