atomic-server
atomic-server copied to clipboard
Save queueing seems broken
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.