atomic-server icon indicating copy to clipboard operation
atomic-server copied to clipboard

Save queueing seems broken

Open Polleps opened this issue 1 year ago • 0 comments

When creating a child resource of a new resource, an error occurs when trying to save the child resource. The error comes from the server and it says it's parent doesn't exist. This is true because we havent saved the parent yet but we have some logic in Store that should prevent this and queue the child to save after its parent has finished saving.

Polleps avatar Aug 26 '24 08:08 Polleps