This repository was archived by the owner on Oct 19, 2018. It is now read-only.
This repository was archived by the owner on Oct 19, 2018. It is now read-only.
records being saved without validation causing issues #101
Open
Description
HyperMesh does a temporary save of related records inside of a rolled back transaction without validations so that the client state is setup on the server. This is fine unless you have a Model that must not be saved if its invalid, then you have a problem.
Reported by @sfcgeorge
Will require either rethinking how we deal with unsaved client side changes, during validation.