I am creating a new temporary item with Item.implementation.create and it returns a promise that resolves to undefined, regardless if it is a temporary item or not.
It would be ideal if it could resolve to the newly created item, as modules may need to store these items and use them in subsequent calls.
Describe the bug
I am creating a new temporary item with
Item.implementation.create
and it returns a promise that resolves toundefined
, regardless if it is a temporary item or not.It would be ideal if it could resolve to the newly created item, as modules may need to store these items and use them in subsequent calls.
Reproduction
undefined
undefined
, but an item was still createdSystem Info
Logs
No response
Validations