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
Consider a model with some properties and one fragment array of objects. Before saving the owner model, object is added to the fragment array with values of object in state A. Then after saving the owner model, server's response is expected to move the individual object property values of fragment arrays to state B. But, in this beta version, the state B after normalizeResponse is ignored and state A is maintained. (Ember - 3.16.8, Ember-data - 3.16.6 )
The text was updated successfully, but these errors were encountered:
@dineshrbkumar is this a similar issue to what's described in #375? Specifically my comment and the failing test in #384? If not, any chance you could create a failing test for what you are seeing please?
Consider a model with some properties and one fragment array of objects. Before saving the owner model, object is added to the fragment array with values of object in state A. Then after saving the owner model, server's response is expected to move the individual object property values of fragment arrays to state B. But, in this beta version, the state B after normalizeResponse is ignored and state A is maintained. (Ember - 3.16.8, Ember-data - 3.16.6 )
The text was updated successfully, but these errors were encountered: