Add proper variables for unjoin card

This commit is contained in:
chotaire 2019-04-05 02:59:35 +02:00 committed by GitHub
parent a974ec9dee
commit 4bc3acb14d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1403,6 +1403,9 @@ function cardMembers(userId, doc, fieldNames, modifier) {
activityType: 'unjoinMember',
boardId: doc.boardId,
cardId: doc._id,
memberId,
listId: doc.listId,
swimlaneId: doc.swimlaneId,
});
}
}