-
-
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
Ember Data 1.0.0-beta.14.1/15 does not reload belongsTo relationship after reloading the record. #2795
Comments
Thanks for opening this @stepanhav. Its defiantly a bug. I suspect this is related to some of the relationship refactoring that went into |
ZN apply patch from https://github.com/emberjs/data/pull/2722/files about this issue: emberjs#2666 also be careful about emberjs#2795
@igorT ping? running into this ;( |
+1. Bug still exists in ember-data#1.0.0-beta.16.1 !? |
This seem to still be an issue in ED 1.13 / 2.0 |
I'm going to close this since I'm unable to reproduce this issue using Ember As you can see |
After upgrading to version 1.0.0-beta.14.1 I noticed that after the record is reloaded, the belongsTo relationships that was changed are not restored to original value.
Here is the jsbin that demonstrate that http://jsbin.com/cuxozoneji/1/edit?html,js,output
In previous version 1.0.0-beta.12 this worked as I would expected. 1.0.0-beta.15 works the same as 1.0.0-beta.14.1.
The text was updated successfully, but these errors were encountered: