瀏覽代碼

Add publication to integrations

nztqa 8 年之前
父節點
當前提交
0d5e829c56
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      server/publications/boards.js

+ 1 - 0
server/publications/boards.js

@@ -73,6 +73,7 @@ Meteor.publishRelations('board', function(boardId) {
     ],
   }, { limit: 1 }), function(boardId, board) {
     this.cursor(Lists.find({ boardId }));
+    this.cursor(Integrations.find({ boardId }));
 
     // Cards and cards comments
     // XXX Originally we were publishing the card documents as a child of the