mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 05:27:14 -04:00
Merge pull request #2313 from chotaire/edge
Add proper variables for unjoin card
This commit is contained in:
commit
bc04ae24a7
1 changed files with 3 additions and 0 deletions
|
@ -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,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue