mirror of
https://github.com/wekan/wekan.git
synced 2026-01-04 00:28:49 +01:00
fixup! Ref: Attachments to use modern gridfs (rm localstore)
This commit is contained in:
parent
64dcc70bd2
commit
557aed6a38
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ Meteor.publishRelations('board', function(boardId, isArchived) {
|
|||
// Gather queries and send in bulk
|
||||
const cardComments = this.join(CardComments);
|
||||
cardComments.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 });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue