Skip to content

Commit

Permalink
Merge pull request #2291 from justinr1234/patch-3
Browse files Browse the repository at this point in the history
Add proper variables for join card Fixes #2285
  • Loading branch information
xet7 committed Mar 29, 2019
2 parents 6b9ac52 + bab340a commit 289f1fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions models/cards.js
Expand Up @@ -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,
});
}
}
Expand Down

0 comments on commit 289f1fe

Please sign in to comment.