summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-05-13 22:02:24 +0300
committerGitHub <noreply@github.com>2020-05-13 22:02:24 +0300
commit0e428233f22aa77fa63c9fb450d0e3ef42ac9311 (patch)
treed967f326c25059fc38ea9a55e8620efc203d9c1c /client
parentfdbc1b5c22fe5bb83a00a1c8c7d2a57dc87360a0 (diff)
parentea0239538a68e225c867411a4f3e0d27c1583837 (diff)
downloadwekan-0e428233f22aa77fa63c9fb450d0e3ef42ac9311.tar.gz
wekan-0e428233f22aa77fa63c9fb450d0e3ef42ac9311.tar.bz2
wekan-0e428233f22aa77fa63c9fb450d0e3ef42ac9311.zip
Merge pull request #3088 from krupupakku/master
Swimlanes ID missing in new boards
Diffstat (limited to 'client')
-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 88f88db0..e0b3a66c 100644
--- a/client/components/lists/listBody.js
+++ b/client/components/lists/listBody.js
@@ -77,7 +77,7 @@ BlazeComponent.extendComponent({
else if (
Utils.boardView() === 'board-view-lists' ||
Utils.boardView() === 'board-view-cal' ||
- !Utils.boardView
+ !Utils.boardView()
)
swimlaneId = board.getDefaultSwimline()._id;