-
Notifications
You must be signed in to change notification settings - Fork 18
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
Is the idea behind how copy by reference done still valid #18
Comments
Those lines get hit. I was imagining that the method used to unload may have changed in a way that would cause copying references in that manner to cause the models to get into a bad state. |
Can you replicate this issue with an earlier version of this addon? |
There is a chance that this is more related to Ember Data and unloading records. Here I will quote Chris Thoburn (runspired), who explained this to me recently.
|
Is https://github.com/offirgolan/ember-data-copyable/blob/master/addon/mixins/copyable.js#L192 still valid with 2.18.1? I am running into an issue where, if I copy something with a relationship and unload it, it will be in a weird state and remove one side of the relationship while maintain the other on the originals.
The text was updated successfully, but these errors were encountered: