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

@Relationship.cascadeUpdates is ignored for nested Relationships. #2943

Open
THE-ORONCO opened this issue Aug 21, 2024 · 0 comments
Open

@Relationship.cascadeUpdates is ignored for nested Relationships. #2943

THE-ORONCO opened this issue Aug 21, 2024 · 0 comments
Labels
status: waiting-for-triage An issue we've not yet triaged

Comments

@THE-ORONCO
Copy link

Saving a Node N that has a relationship to a parent P which in turn has a relationship to a child C causes the relationship between P and C to be updated, even though the relationship between N and P is set to not cascade updates through cascadeUpdates=false.
This means it is impossible to save a node without loading the complete node graph. The weird thing is that the child nodes don't need any populated properties (except the ID), as the cascading update correctly ignores those but not their relationships.

The expected behaviour would be that the relationships of the child nodes also get ignored, when the cascading updates are turned off.

I created a minimal example here.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: waiting-for-triage An issue we've not yet triaged
Projects
None yet
Development

No branches or pull requests

2 participants