summaryrefslogtreecommitdiffstats
path: root/client/components
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-03-13 15:35:34 +0200
committerLauri Ojansivu <x@xet7.org>2019-03-13 15:35:34 +0200
commit1968b7da31d75757fd6383417d729ff6af6bbc5b (patch)
tree2b461dc837c61d796c2aab9d41f096ab5bd0c2eb /client/components
parent95a40a45e5370e88f848a7090b83ad149b95fa00 (diff)
downloadwekan-1968b7da31d75757fd6383417d729ff6af6bbc5b.tar.gz
wekan-1968b7da31d75757fd6383417d729ff6af6bbc5b.tar.bz2
wekan-1968b7da31d75757fd6383417d729ff6af6bbc5b.zip
Revert hiding of Subtask boards, because of feedback from Wekan users,
that need Subtask boards to be visible. Thanks to xet7 !
Diffstat (limited to 'client/components')
-rw-r--r--client/components/boards/boardsList.js1
1 files changed, 0 insertions, 1 deletions
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() {