mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 21:17:18 -04:00
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
This commit is contained in:
parent
2bb5a31fa4
commit
ea0239538a
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