mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Merge pull request #2291 from justinr1234/patch-3
Add proper variables for join card Fixes #2285
This commit is contained in:
commit
289f1fe134
1 changed files with 3 additions and 0 deletions
|
@ -1384,6 +1384,9 @@ function cardMembers(userId, doc, fieldNames, modifier) {
|
|||
activityType: 'joinMember',
|
||||
boardId: doc.boardId,
|
||||
cardId: doc._id,
|
||||
memberId,
|
||||
listId: doc.listId,
|
||||
swimlaneId: doc.swimlaneId,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue