mirror of
https://github.com/plankanban/planka.git
synced 2025-07-24 23:59:48 +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
|
@ -138,6 +138,7 @@ module.exports = {
|
|||
values: {
|
||||
type: task.isCompleted ? Action.Types.COMPLETE_TASK : Action.Types.UNCOMPLETE_TASK,
|
||||
data: {
|
||||
card: _.pick(inputs.card, ['name']),
|
||||
task: _.pick(task, ['id', 'name']),
|
||||
},
|
||||
user: inputs.actorUser,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue