Skip to content
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

[BUGFIX release] ensure inverse async HasMany is correctly maintained #5153

Merged
merged 1 commit into from
Aug 25, 2017

Conversation

stefanpenner
Copy link
Member

In order to ensure symmetry between async and sync relationships,
on destroy/unload of a record we must remove it from existing hasManys

Prior to this it appears in the inverse async case accidentally removed the inverse of the inverse which is wrong, and may also not exist at that name. How this manifests

In order to ensure symmetry between async and sync relationships,
on destroy/unload of a record we must remove it from existing hasManys

Prior to this it appears in the inverse async case accidentally removed the inverse of the inverse which is wrong, and may also not exist at that name. How this manifests
@stefanpenner stefanpenner merged commit 441e48c into master Aug 25, 2017
@stefanpenner stefanpenner deleted the fix-destroy-relationship branch August 25, 2017 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant