mirror of
https://github.com/plankanban/planka.git
synced 2025-12-22 09:15:37 +03:00
feat: Add board activity log
This commit is contained in:
@@ -463,6 +463,7 @@ module.exports = {
|
||||
card,
|
||||
type: Action.Types.MOVE_CARD,
|
||||
data: {
|
||||
card: _.pick(card, ['name']),
|
||||
fromList: _.pick(inputs.list, ['id', 'type', 'name']),
|
||||
toList: _.pick(values.list, ['id', 'type', 'name']),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user