worflow save record action broken (no ctx.user)
This commit is contained in:
parent
106262657b
commit
7bd31f3dcf
|
@ -11,6 +11,7 @@ module.exports = async function saveRecord({ args, instanceId }) {
|
||||||
request: {
|
request: {
|
||||||
body: record,
|
body: record,
|
||||||
},
|
},
|
||||||
|
user: { instanceId },
|
||||||
}
|
}
|
||||||
|
|
||||||
await recordController.save(ctx)
|
await recordController.save(ctx)
|
||||||
|
|
Loading…
Reference in New Issue