mirror of
https://github.com/plankanban/planka.git
synced 2025-07-19 05:09:43 +02:00
feat: Add board activity log
This commit is contained in:
parent
777ff467f3
commit
86cfd155f2
72 changed files with 833 additions and 169 deletions
|
@ -110,6 +110,7 @@ module.exports = {
|
|||
type: Action.Types.ADD_MEMBER_TO_CARD,
|
||||
data: {
|
||||
user: _.pick(values.user, ['id', 'name']),
|
||||
card: _.pick(values.card, ['name']),
|
||||
},
|
||||
user: inputs.actorUser,
|
||||
card: values.card,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue