mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01: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 (
|
else if (
|
||||||
Utils.boardView() === 'board-view-lists' ||
|
Utils.boardView() === 'board-view-lists' ||
|
||||||
Utils.boardView() === 'board-view-cal' ||
|
Utils.boardView() === 'board-view-cal' ||
|
||||||
!Utils.boardView
|
!Utils.boardView()
|
||||||
)
|
)
|
||||||
swimlaneId = board.getDefaultSwimline()._id;
|
swimlaneId = board.getDefaultSwimline()._id;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue