mirror of
https://github.com/wekan/wekan.git
synced 2026-03-09 23:22:33 +01:00
fixup! Ref: Attachments to use modern gridfs (rm localstore)
This commit is contained in:
parent
3da88ed858
commit
ac7d16c40f
1 changed files with 1 additions and 1 deletions
|
|
@ -235,7 +235,7 @@ Meteor.publishRelations('board', function(boardId, isArchived) {
|
||||||
cardCommentsLinkedBoard.selector = _ids => ({ boardId: _ids });
|
cardCommentsLinkedBoard.selector = _ids => ({ boardId: _ids });
|
||||||
const cardCommentReactions = this.join(CardCommentReactions);
|
const cardCommentReactions = this.join(CardCommentReactions);
|
||||||
cardCommentReactions.selector = _ids => ({ cardId: _ids });
|
cardCommentReactions.selector = _ids => ({ cardId: _ids });
|
||||||
const attachments = this.join(Attachments);
|
const attachments = this.join(Attachments.collection);
|
||||||
attachments.selector = _ids => ({ cardId: _ids });
|
attachments.selector = _ids => ({ cardId: _ids });
|
||||||
const checklists = this.join(Checklists);
|
const checklists = this.join(Checklists);
|
||||||
checklists.selector = _ids => ({ cardId: _ids });
|
checklists.selector = _ids => ({ cardId: _ids });
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue