ember-data-model-fragments icon indicating copy to clipboard operation
ember-data-model-fragments copied to clipboard

5.0.0-beta.0 - NormalizedResponse values are not being reflected inside fragment array of objects

Open dineshrbkumar opened this issue 4 years ago • 1 comments

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 avatar Jun 22 '20 01:06 dineshrbkumar

@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?

patocallaghan avatar Nov 09 '20 21:11 patocallaghan