Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dineshrbkumar opened this issue Jun 22, 2020 · 1 comment

Comments

@dineshrbkumar
Copy link

dineshrbkumar commented Jun 22, 2020

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 )

@patocallaghan
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants