mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
fixup! Ref: original & and use fileObj.meta
This commit is contained in:
parent
be712541d5
commit
d0a27aaec2
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ Meteor.publishRelations('board', function(boardId, isArchived) {
|
|||
const cardCommentReactions = this.join(CardCommentReactions);
|
||||
cardCommentReactions.selector = _ids => ({ cardId: _ids });
|
||||
const attachments = this.join(Attachments.collection);
|
||||
attachments.selector = _ids => ({ cardId: _ids });
|
||||
attachments.selector = _ids => ({ 'meta.cardId': _ids });
|
||||
const checklists = this.join(Checklists);
|
||||
checklists.selector = _ids => ({ cardId: _ids });
|
||||
const checklistItems = this.join(ChecklistItems);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue