Merge pull request #3088 from krupupakku/master

Swimlanes ID missing in new boards
This commit is contained in:
Lauri Ojansivu 2020-05-13 22:02:24 +03:00 committed by GitHub
commit 0e428233f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;