mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 21:17:18 -04:00
Move Checklist, Swimlane, Lists and Cards are now correctly loaded of the last Board wasn't the current Board
This commit is contained in:
parent
6501173ce4
commit
7501e255dd
1 changed files with 1 additions and 1 deletions
|
@ -411,7 +411,7 @@ BlazeComponent.extendComponent({
|
|||
this.selectedListId.set(this.moveChecklistDialogOption.listId);
|
||||
}
|
||||
}
|
||||
this.getBoardData(boardId);
|
||||
this.getBoardData(this.selectedBoardId.get());
|
||||
if (!this.selectedSwimlaneId.get() || !Swimlanes.findOne({_id: this.selectedSwimlaneId.get(), boardId: this.selectedBoardId.get()})) {
|
||||
this.setFirstSwimlaneId();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue