summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-06-27 00:54:06 +0300
committerLauri Ojansivu <x@xet7.org>2019-06-27 00:54:06 +0300
commit0c352ab14385a886e06b03917b4443a18c8a12a1 (patch)
tree1c282e2516e4ca89eb17212bc549567cc1b2d597 /client
parent69333ea64f5e29feee6960eb41be55fb323aa928 (diff)
parent7c89336ea9125648ed9b5ba50de16e4e4a2d0fc4 (diff)
downloadwekan-0c352ab14385a886e06b03917b4443a18c8a12a1.tar.gz
wekan-0c352ab14385a886e06b03917b4443a18c8a12a1.tar.bz2
wekan-0c352ab14385a886e06b03917b4443a18c8a12a1.zip
Merge branch 'edge' into meteor-1.8
Diffstat (limited to 'client')
-rw-r--r--client/components/cards/attachments.js2
1 files changed, 2 insertions, 0 deletions
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();