소스 검색

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