mirror of
https://github.com/wekan/wekan.git
synced 2026-01-22 17:26:10 +01:00
Trying to upload an attachment with Meteor-Files
This commit is contained in:
parent
9fd14f7ecb
commit
05c53ca01d
8 changed files with 132 additions and 84 deletions
|
|
@ -128,7 +128,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