mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 13:07:17 -04:00
- [Hide Subtask boards from All Boards](https://github.com/wekan/wekan/issues/1990).
- Order All Boards by Starred, Color and Title. Thanks to xet7 ! Closes #1990, Related #641
This commit is contained in:
parent
8783983945
commit
8568728152
1 changed files with 2 additions and 1 deletions
|
@ -25,8 +25,9 @@ BlazeComponent.extendComponent({
|
|||
archived: false,
|
||||
'members.userId': Meteor.userId(),
|
||||
type: 'board',
|
||||
subtasksDefaultListId: null,
|
||||
}, {
|
||||
sort: ['title'],
|
||||
sort: { stars: -1, color: 1, title: 1 },
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue