Explorar o código

Merge pull request #3088 from krupupakku/master

Swimlanes ID missing in new boards
Lauri Ojansivu %!s(int64=5) %!d(string=hai) anos
pai
achega
0e428233f2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;