summaryrefslogtreecommitdiffstats
path: root/client/components/lists/listBody.js
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-06-27 23:57:02 +0300
committerLauri Ojansivu <x@xet7.org>2018-06-27 23:57:02 +0300
commit523ebea4dd668976cd0fafea3edf7e9323888d12 (patch)
tree09f9d46818873ba3bf4f800c5721711fe812133c /client/components/lists/listBody.js
parented0ef5b7d348df3fd1671ac44bfc8be41a296514 (diff)
parentbccfa320a96511fc9576cf127e9d28d244a22f3d (diff)
downloadwekan-523ebea4dd668976cd0fafea3edf7e9323888d12.tar.gz
wekan-523ebea4dd668976cd0fafea3edf7e9323888d12.tar.bz2
wekan-523ebea4dd668976cd0fafea3edf7e9323888d12.zip
Merge branch 'TNick-calendar' into devel
Diffstat (limited to 'client/components/lists/listBody.js')
-rw-r--r--client/components/lists/listBody.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/lists/listBody.js b/client/components/lists/listBody.js
index 4bf7b369..adb2fadb 100644
--- a/client/components/lists/listBody.js
+++ b/client/components/lists/listBody.js
@@ -45,7 +45,7 @@ BlazeComponent.extendComponent({
const boardView = Meteor.user().profile.boardView;
if (boardView === 'board-view-swimlanes')
swimlaneId = this.parentComponent().parentComponent().data()._id;
- else if (boardView === 'board-view-lists')
+ else if ((boardView === 'board-view-lists') || (boardView === 'board-view-cal'))
swimlaneId = Swimlanes.findOne({boardId})._id;
if (title) {