From 7501e255dd13727d1b129dcb54eb4ac2f378013a Mon Sep 17 00:00:00 2001 From: Martin Filser Date: Sun, 30 Jan 2022 11:33:48 +0100 Subject: [PATCH] Move Checklist, Swimlane, Lists and Cards are now correctly loaded of the last Board wasn't the current Board --- client/components/cards/checklists.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/cards/checklists.js b/client/components/cards/checklists.js index 00b94c2c4..94d73679f 100644 --- a/client/components/cards/checklists.js +++ b/client/components/cards/checklists.js @@ -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(); }