diff --git a/models/boards.js b/models/boards.js index da901b500..dfaec0d28 100644 --- a/models/boards.js +++ b/models/boards.js @@ -1779,6 +1779,8 @@ if (Meteor.isServer) { attachmentId: doc._id, attachmentName: doc.original.name, attachmentType: doc.original.type, + url: FlowRouter.url(doc.url()), + urlDownload: `${FlowRouter.url(doc.url())}?&download=true&token=`, cardId: doc.cardId, listId: doc.listId, swimlaneId: doc.swimlaneId,