Browse Source

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

Martin Filser 3 years ago
parent
commit
7501e255dd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/components/cards/checklists.js

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