From ea0239538a68e225c867411a4f3e0d27c1583837 Mon Sep 17 00:00:00 2001 From: mvolo17 Date: Wed, 13 May 2020 12:44:40 +0200 Subject: Swimlanes ID missing in new boards when creating a new card in a new board there were and error on console. Result: card was not created. adding this parenthesis it works now. Just for info. without this change if you want to create a card you need to change view to swimlines and go back to list view --- client/components/lists/listBody.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/components') 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; -- cgit v1.2.3-1-g7c22