summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjustinr1234 <justinr1234@gmail.com>2019-03-28 19:38:02 -0500
committerGitHub <noreply@github.com>2019-03-28 19:38:02 -0500
commitbab340a8491a1a938fb31ac3f1dedfbf3a3381e3 (patch)
tree656d3c84884c2b30f0e3e10f2bba2b7ffdce3764
parent494d44f8bb6c575161449c42c100999cf0aa648f (diff)
downloadwekan-bab340a8491a1a938fb31ac3f1dedfbf3a3381e3.tar.gz
wekan-bab340a8491a1a938fb31ac3f1dedfbf3a3381e3.tar.bz2
wekan-bab340a8491a1a938fb31ac3f1dedfbf3a3381e3.zip
Add proper variables for join card Fixes #2285
-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,
});
}
}