Explorar el Código

Add publication to integrations

nztqa hace 8 años
padre
commit
0d5e829c56
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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