From 0d5e829c5664f83ee09dccdde852439e3b478454 Mon Sep 17 00:00:00 2001 From: nztqa Date: Sun, 9 Jul 2017 15:18:35 +0900 Subject: Add publication to integrations --- server/publications/boards.js | 1 + 1 file changed, 1 insertion(+) diff --git a/server/publications/boards.js b/server/publications/boards.js index 133082dd..f482f619 100644 --- a/server/publications/boards.js +++ b/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 -- cgit v1.2.3-1-g7c22