summaryrefslogtreecommitdiffstats
path: root/client/components/lists/listBody.js
diff options
context:
space:
mode:
authorNicu Tofan <nicu.tofan@gmail.com>2018-06-26 19:55:23 +0300
committerNicu Tofan <nicu.tofan@gmail.com>2018-06-26 19:55:23 +0300
commit226d25ca943e3be8256639f0fc9b517cb0c217a0 (patch)
treeb03de764d9675d8a89138668cb5b7a5942b825ad /client/components/lists/listBody.js
parent43dde4a10fc7980089f9344a7be04b8fe673cf28 (diff)
downloadwekan-226d25ca943e3be8256639f0fc9b517cb0c217a0.tar.gz
wekan-226d25ca943e3be8256639f0fc9b517cb0c217a0.tar.bz2
wekan-226d25ca943e3be8256639f0fc9b517cb0c217a0.zip
Introducing third board view: calendar.
A dependency to rzymek:fullcalendar has also been added.
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) {