-
Notifications
You must be signed in to change notification settings - Fork 156
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
Still a possible issue with serializeHasMany, hasMany relation not persisting after reload #90
Comments
I'm having the same issue on ember-data-beta.11. |
Despite the instructions to not use async: true on associations, that is the only thing that makes them load correctly for me. |
I'm having this issue with 1.0.0-beta.14.1 as well (and perhaps earlier version). You can use |
DEBUG: Ember : 1.10.0 I tried the temporary fix with and with out async: true on both the hasMany and belongsTo attributes for the related models. And, the child model was not persisted after a reload. Is there an a way get around this? |
I think someone should step up and do a PR. |
My apologies. I forgot to add the following: Once it was added, the temporary fix worked. |
I had an issue today with relations not persisting over a reload using the localStorageAdapter.
Loading fixtures from an action:
Models and fixtures
Temporary fix:
The text was updated successfully, but these errors were encountered: