summaryrefslogtreecommitdiffstats
path: root/client/components/lists/listBody.js
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-06-27 23:55:06 +0300
committerLauri Ojansivu <x@xet7.org>2018-06-27 23:55:06 +0300
commit72d0db7a5919caf4c1c18a4bc1a6f22c372c2835 (patch)
tree5aaa4d76c8e454d30cf3d5862a689ebfce62d1da /client/components/lists/listBody.js
parented0ef5b7d348df3fd1671ac44bfc8be41a296514 (diff)
parent0394a78ecea21c0174dd0b6f1d9d31947fa3b48e (diff)
downloadwekan-72d0db7a5919caf4c1c18a4bc1a6f22c372c2835.tar.gz
wekan-72d0db7a5919caf4c1c18a4bc1a6f22c372c2835.tar.bz2
wekan-72d0db7a5919caf4c1c18a4bc1a6f22c372c2835.zip
Merge branch 'calendar' of https://github.com/TNick/wekan into TNick-calendar
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) {