1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-19 13:19:44 +02:00

fix: Include previous data state in webhook

Closes #809
This commit is contained in:
Maksim Eltyshev 2024-10-31 00:48:49 +01:00
parent 036cdc058a
commit 369bee63b1
12 changed files with 38 additions and 2 deletions

View file

@ -264,6 +264,9 @@ module.exports = {
lists: [list],
},
},
prevData: {
item: inputs.record,
},
user: inputs.actorUser,
});