atomic-server
atomic-server copied to clipboard
Resource.new gets set to false without saving.
When a resource does not exist yet on the server it has the .new property. This property is used for things like save queueing. When saving a child of a new resource it should queue the child and wait for the parent to be saved. But for some reason it says the parent resource.new is false.
Doesn't reproduce in tests apparently