mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Add publication to integrations
This commit is contained in:
parent
e66c99499f
commit
0d5e829c56
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue