You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should consider of implementing a saftyUpdate function to update the data just, if the attr is not dirty.
If the update fails it should return false or mark the model instance as inconsistent.
We should consider of implementing a
saftyUpdatefunction to update the data just, if the attr is not dirty.If the update fails it should
return falseor mark the model instance asinconsistent.