소스 검색

Fix Attachment Outgoing Webhook missing list and swimlane name.

Thanks to xet7 !

Related #1969,
Closes #2170
Lauri Ojansivu 6 년 전
부모
커밋
6a2f120d00
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      client/components/cards/attachments.js

+ 2 - 0
client/components/cards/attachments.js

@@ -62,6 +62,8 @@ Template.cardAttachmentsPopup.events({
         file.cardId = card.linkedId;
         file.cardId = card.linkedId;
       } else {
       } else {
         file.boardId = card.boardId;
         file.boardId = card.boardId;
+        file.swimlaneId = card.swimlaneId;
+        file.listId = card.listId;
         file.cardId = card._id;
         file.cardId = card._id;
       }
       }
       file.userId = Meteor.userId();
       file.userId = Meteor.userId();