fixup! Ref: Attachments to use modern gridfs (rm localstore)

This commit is contained in:
David Arnold 2020-09-16 15:17:47 -05:00 committed by Denis Perov
parent 3da88ed858
commit ac7d16c40f

View file

@ -235,7 +235,7 @@ Meteor.publishRelations('board', function(boardId, isArchived) {
cardCommentsLinkedBoard.selector = _ids => ({ boardId: _ids });
const cardCommentReactions = this.join(CardCommentReactions);
cardCommentReactions.selector = _ids => ({ cardId: _ids });
const attachments = this.join(Attachments);
const attachments = this.join(Attachments.collection);
attachments.selector = _ids => ({ cardId: _ids });
const checklists = this.join(Checklists);
checklists.selector = _ids => ({ cardId: _ids });