mirror of
https://github.com/wekan/wekan.git
synced 2025-12-19 17:00:13 +01:00
Add proper variables for unjoin card
This commit is contained in:
parent
a974ec9dee
commit
4bc3acb14d
1 changed files with 3 additions and 0 deletions
|
|
@ -1403,6 +1403,9 @@ function cardMembers(userId, doc, fieldNames, modifier) {
|
||||||
activityType: 'unjoinMember',
|
activityType: 'unjoinMember',
|
||||||
boardId: doc.boardId,
|
boardId: doc.boardId,
|
||||||
cardId: doc._id,
|
cardId: doc._id,
|
||||||
|
memberId,
|
||||||
|
listId: doc.listId,
|
||||||
|
swimlaneId: doc.swimlaneId,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue