浏览代码

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

Martin Filser 3 年之前
父节点
当前提交
7501e255dd
共有 1 个文件被更改,包括 1 次插入1 次删除
  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();
     }