-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Error for async hasMany and store.unloadAll #5063
Comments
Thanks. I think this is related to some of the recent model resurrection stuff that was recently added. We have been working to tidy it up, I will make sure this case is added to the scenarios that are problematic. If you have some cycles, submitting a pull request with a failing test would be very helpful. |
@stefanpenner I've add tests for this behavior, but I think they aren't clear. Test contains override for method |
Related issue #4986 |
I believe this is resolved as of #5378. Please feel free to re-open if you find this is still a bug on the latest master. |
Hi!
I have two models:
Sample response for
store.findAll('foo')
(pay attention to links):And then i try load relationships with code:
Ember throw error
Repo for reproduce (just run acceptance test)
Collected ember-try report:
If i don't use links for
hasMany
, all work perfectly: ember-twiddleThe text was updated successfully, but these errors were encountered: