浏览代码

Merge pull request #3088 from krupupakku/master

Swimlanes ID missing in new boards
Lauri Ojansivu 5 年之前
父节点
当前提交
0e428233f2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      client/components/lists/listBody.js

+ 1 - 1
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;