From 6a2f120d00b5ce9089ad2e12d01edb1ed9f94800 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 26 Jun 2019 23:06:50 +0300 Subject: Fix Attachment Outgoing Webhook missing list and swimlane name. Thanks to xet7 ! Related #1969, Closes #2170 --- client/components/cards/attachments.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/components') diff --git a/client/components/cards/attachments.js b/client/components/cards/attachments.js index 5cac930d..e3dc143a 100644 --- a/client/components/cards/attachments.js +++ b/client/components/cards/attachments.js @@ -62,6 +62,8 @@ Template.cardAttachmentsPopup.events({ file.cardId = card.linkedId; } else { file.boardId = card.boardId; + file.swimlaneId = card.swimlaneId; + file.listId = card.listId; file.cardId = card._id; } file.userId = Meteor.userId(); -- cgit v1.2.3-1-g7c22