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

Fix cascade detach to actually cascade #16880

Merged
merged 1 commit into from
Aug 1, 2019

Conversation

ajcvickers
Copy link
Contributor

Fixes #15960

The issue here is that when the first graph of Added entities are replaces by the second graph, it causes the first graph to be detached, but this was only happening at the first level of the graph.

Other test changes are because we were relying on being able to detach a principal without it cascading, even though cascades are configured.

Fixes #15960

The issue here is that when the first graph of Added entities are replaces by the second graph, it causes the first graph to be detached, but this was only happening at the first level of the graph.

Other test changes are because we were relying on being able to detach a principal without it cascading, even though cascades are configured.
@ajcvickers ajcvickers merged commit 14d65e6 into release/3.0 Aug 1, 2019
@ghost ghost deleted the ImChangingMyWaysWhereMoneyApplies0731 branch August 1, 2019 15:03
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.

DetectChanges can result in "the property has a temporary value" error on save
2 participants