summaryrefslogtreecommitdiffstats
path: root/models
diff options
context:
space:
mode:
authorchotaire <chotaire@users.noreply.github.com>2019-04-05 02:59:35 +0200
committerGitHub <noreply@github.com>2019-04-05 02:59:35 +0200
commit4bc3acb14d9c226c30da9b72ca5988d75f083ddf (patch)
tree7af634c86102c318bf138a447fd9c7f777f149cd /models
parenta974ec9dee6fa376467d7db0f92fd9d3e4cc4e6d (diff)
downloadwekan-4bc3acb14d9c226c30da9b72ca5988d75f083ddf.tar.gz
wekan-4bc3acb14d9c226c30da9b72ca5988d75f083ddf.tar.bz2
wekan-4bc3acb14d9c226c30da9b72ca5988d75f083ddf.zip
Add proper variables for unjoin card
Diffstat (limited to 'models')
-rw-r--r--models/cards.js3
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,
});
}
}