mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-22 19:11:33 +03:00
Fix requests (#3232)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
parent
effb32b9d1
commit
391489f999
@ -41,7 +41,7 @@ export async function OnRequestUpdate (tx: Tx, control: TriggerControl): Promise
|
||||
)
|
||||
resTx.space = core.space.Tx
|
||||
|
||||
await control.apply([resTx], true)
|
||||
await control.apply([resTx, request.tx], true)
|
||||
}
|
||||
return []
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user