Move Checklist, Swimlane, Lists and Cards are now correctly loaded of the last Board wasn't the current Board

This commit is contained in:
Martin Filser 2022-01-30 11:33:48 +01:00
parent 6501173ce4
commit 7501e255dd

View file

@ -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();
}