Skip to content

Commit

Permalink
Add proper variables for join card Fixes #2285
Browse files Browse the repository at this point in the history
  • Loading branch information
justinr1234 committed Mar 29, 2019
1 parent 494d44f commit bab340a
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 bab340a

Please sign in to comment.