mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 13:07:17 -04:00
Merge pull request #3088 from krupupakku/master
Swimlanes ID missing in new boards
This commit is contained in:
commit
0e428233f2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue