mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 07:50:12 +01:00
Revert hiding of Subtask boards, because of feedback from Wekan users,
that need Subtask boards to be visible. Thanks to xet7 !
This commit is contained in:
parent
95a40a45e5
commit
1968b7da31
1 changed files with 0 additions and 1 deletions
|
|
@ -25,7 +25,6 @@ BlazeComponent.extendComponent({
|
||||||
archived: false,
|
archived: false,
|
||||||
'members.userId': Meteor.userId(),
|
'members.userId': Meteor.userId(),
|
||||||
type: 'board',
|
type: 'board',
|
||||||
subtasksDefaultListId: null,
|
|
||||||
}, { sort: [['stars', 'desc'], ['color', 'asc'], ['title', 'asc'], ['description', 'asc'], ['_id', 'asc']] });
|
}, { sort: [['stars', 'desc'], ['color', 'asc'], ['title', 'asc'], ['description', 'asc'], ['_id', 'asc']] });
|
||||||
},
|
},
|
||||||
isStarred() {
|
isStarred() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue