summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authornztqa <nztqa@users.noreply.github.com>2017-07-09 15:18:35 +0900
committernztqa <nztqa@users.noreply.github.com>2017-07-09 15:18:35 +0900
commit0d5e829c5664f83ee09dccdde852439e3b478454 (patch)
tree3e403d8be96398a062fa7624721d2f9063e686c9 /server
parente66c99499fa9b1efeff00e5b6f0024678672d720 (diff)
downloadwekan-0d5e829c5664f83ee09dccdde852439e3b478454.tar.gz
wekan-0d5e829c5664f83ee09dccdde852439e3b478454.tar.bz2
wekan-0d5e829c5664f83ee09dccdde852439e3b478454.zip
Add publication to integrations
Diffstat (limited to 'server')
-rw-r--r--server/publications/boards.js1
1 files changed, 1 insertions, 0 deletions
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