summaryrefslogtreecommitdiffstats
path: root/client/components/boards
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-03-13 15:56:54 +0200
committerLauri Ojansivu <x@xet7.org>2019-03-13 15:56:54 +0200
commitb68a2e2b41dddf233cf93a5909d80c46d2d178f5 (patch)
tree2232acc83347013ee554eccdab69205ac90dd9ec /client/components/boards
parent33f09f0887c2abc40c6659a60bb30d6a5cd68a1c (diff)
parent299484f7b28b7bca134618a8c95102626c935b6d (diff)
downloadwekan-b68a2e2b41dddf233cf93a5909d80c46d2d178f5.tar.gz
wekan-b68a2e2b41dddf233cf93a5909d80c46d2d178f5.tar.bz2
wekan-b68a2e2b41dddf233cf93a5909d80c46d2d178f5.zip
Merge branch 'edge' into meteor-1.8
Diffstat (limited to 'client/components/boards')
-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() {