mirror of
https://github.com/wekan/wekan.git
synced 2026-02-03 23:21:47 +01:00
Link description
This commit is contained in:
parent
5644ef66af
commit
64367a01dd
7 changed files with 50 additions and 19 deletions
|
|
@ -98,7 +98,9 @@ Meteor.publishRelations('board', function(boardId) {
|
|||
//
|
||||
// And in the meantime our code below works pretty well -- it's not even a
|
||||
// hack!
|
||||
this.cursor(Cards.find({ boardId }), function(cardId) {
|
||||
this.cursor(Cards.find({ boardId }), function(cardId, card) {
|
||||
this.cursor(Cards.find({_id: card.importedId}));
|
||||
this.cursor(Boards.find({_id: card.importedId}));
|
||||
this.cursor(CardComments.find({ cardId }));
|
||||
this.cursor(Attachments.find({ cardId }));
|
||||
this.cursor(Checklists.find({ cardId }));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue