summaryrefslogtreecommitdiffstats
path: root/models
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-04-02 15:28:30 +0300
committerLauri Ojansivu <x@xet7.org>2019-04-02 15:28:30 +0300
commit0b9afcb4438930d8ee5bfd51489b1c46234c9e5c (patch)
treed5adcc9c7c665cde1572db1f16a890c159f6c692 /models
parent5e7e9e8c0dc0318916c6584d93164247a1788733 (diff)
parent9f5ffde2dd8d1fe6b5ebd1d7d2f3294d7f206bd8 (diff)
downloadwekan-0b9afcb4438930d8ee5bfd51489b1c46234c9e5c.tar.gz
wekan-0b9afcb4438930d8ee5bfd51489b1c46234c9e5c.tar.bz2
wekan-0b9afcb4438930d8ee5bfd51489b1c46234c9e5c.zip
Merge branch 'edge' into meteor-1.8
Diffstat (limited to 'models')
-rw-r--r--models/cards.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/models/cards.js b/models/cards.js
index be7e2b77..12488354 100644
--- a/models/cards.js
+++ b/models/cards.js
@@ -1384,6 +1384,9 @@ function cardMembers(userId, doc, fieldNames, modifier) {
activityType: 'joinMember',
boardId: doc.boardId,
cardId: doc._id,
+ memberId,
+ listId: doc.listId,
+ swimlaneId: doc.swimlaneId,
});
}
}