-
-
Notifications
You must be signed in to change notification settings - Fork 141
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
Saving belongsTo() relationship doesn't work #403
Comments
Changeset contains ember model in the profile field and apparently it tries to make a deep copy of it on save. |
I've modified one test to illustrate the issue in the testuite: #405
|
@andreyfel ref #406 Did this PR fix the issue you were looking at? |
@snewcomer I rebased my failing test branch and it still fails. |
@andreyfel Mind checking out the latest release and let me know if this is fixed!?! |
Seems it is no longer an issue with the latest build! Thanks a lot @snewcomer! |
Version
ember-changeset@^3.0.0-beta.9
Test Case
Profile model:
User model:
Creating a user with a profile and saving it:
Expected Behavior
User is saved
Actual Behavior
An exception is thrown:
The text was updated successfully, but these errors were encountered: