diff options
author | chotaire <chotaire@users.noreply.github.com> | 2019-04-05 03:03:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-05 03:03:57 +0200 |
commit | 68d8cbe68a922100df278d5c518febe456a40645 (patch) | |
tree | 7af634c86102c318bf138a447fd9c7f777f149cd | |
parent | a974ec9dee6fa376467d7db0f92fd9d3e4cc4e6d (diff) | |
parent | 4bc3acb14d9c226c30da9b72ca5988d75f083ddf (diff) | |
download | wekan-68d8cbe68a922100df278d5c518febe456a40645.tar.gz wekan-68d8cbe68a922100df278d5c518febe456a40645.tar.bz2 wekan-68d8cbe68a922100df278d5c518febe456a40645.zip |
Merge pull request #1 from chotaire/chotaire-patch-1
Add proper variables for unjoin card
-rw-r--r-- | models/cards.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/models/cards.js b/models/cards.js index 12488354..047a760e 100644 --- a/models/cards.js +++ b/models/cards.js @@ -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, }); } } |