ember-data-model-fragments
ember-data-model-fragments copied to clipboard
5.0.0-beta.0 - NormalizedResponse values are not being reflected inside fragment array of objects
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 )
@dineshrbkumar is this a similar issue to what's described in https://github.com/adopted-ember-addons/ember-data-model-fragments/issues/375? Specifically my comment and the failing test in https://github.com/adopted-ember-addons/ember-data-model-fragments/pull/384? If not, any chance you could create a failing test for what you are seeing please?