소스 검색

Fix Create Board from Template not opening.

Thanks to Ben0it-T and xet7 !

Related #4263
Lauri Ojansivu 3 년 전
부모
커밋
95ed3a0ab5
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      client/components/lists/listBody.js

+ 2 - 1
client/components/lists/listBody.js

@@ -575,7 +575,8 @@ BlazeComponent.extendComponent({
       this.isBoardTemplateSearch;
     let board = {};
     if (this.isTemplateSearch) {
-      board = Boards.findOne((Meteor.user().profile || {}).templatesBoardId);
+      //board = Boards.findOne((Meteor.user().profile || {}).templatesBoardId);
+      board._id = (Meteor.user().profile || {}).templatesBoardId;
     } else {
       // Prefetch first non-current board id
       board = Boards.find({