mirror of
https://github.com/wekan/wekan.git
synced 2026-01-02 23:58:49 +01:00
fixup! Ref: original & and use fileObj.meta
This commit is contained in:
parent
c9310dbda0
commit
ce2b83258a
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ Meteor.publishRelations('board', function(boardId, isArchived) {
|
|||
const cardComments = this.join(CardComments);
|
||||
cardComments.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