mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Fix Attachment Outgoing Webhook missing list and swimlane name.
Thanks to xet7 ! Related #1969, Closes #2170
This commit is contained in:
parent
e8ccfb6743
commit
6a2f120d00
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue