From 1968b7da31d75757fd6383417d729ff6af6bbc5b Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 13 Mar 2019 15:35:34 +0200 Subject: Revert hiding of Subtask boards, because of feedback from Wekan users, that need Subtask boards to be visible. Thanks to xet7 ! --- client/components/boards/boardsList.js | 1 - 1 file changed, 1 deletion(-) (limited to 'client/components/boards') diff --git a/client/components/boards/boardsList.js b/client/components/boards/boardsList.js index 3a49a8bf..ad5ee551 100644 --- a/client/components/boards/boardsList.js +++ b/client/components/boards/boardsList.js @@ -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() { -- cgit v1.2.3-1-g7c22