mirror of
https://github.com/plankanban/planka.git
synced 2025-12-18 17:23:21 +03:00
feat: Add board activity log
This commit is contained in:
@@ -276,6 +276,7 @@ module.exports = {
|
||||
card,
|
||||
type: Action.Types.CREATE_CARD, // TODO: introduce separate type?
|
||||
data: {
|
||||
card: _.pick(card, ['name']),
|
||||
list: _.pick(inputs.list, ['id', 'type', 'name']),
|
||||
},
|
||||
user: values.creatorUser,
|
||||
|
||||
Reference in New Issue
Block a user