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:
Lauri Ojansivu 2019-03-13 15:35:34 +02:00
parent 95a40a45e5
commit 1968b7da31

View file

@ -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() {