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

Bugfixes for 2.0 #219

Merged
merged 1 commit into from
Oct 13, 2023
Merged

Bugfixes for 2.0 #219

merged 1 commit into from
Oct 13, 2023

Conversation

tortmayr
Copy link
Contributor

Fix GModelDeleteOperationHandler by updating the collectDependents method.

  • Dont add child elements of elements that should be deleted to the dependent set. They will be deleted indirectly anyways because the parent container is deleted.
  • Correctly add incoming/outgoing edges to the dependet set instead of their targets/sources

Fix GModelDeleteOperationHandler by updating the collectDependents method.
- Dont add child elements of elements that should be deleted to the dependent set. They will be deleted indirectly anyways because
the parent container is deleted.
- Correctly add incoming/outgoing edges to the dependet set instead of their targets/sources
Copy link
Contributor

@martin-fleck-at martin-fleck-at left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works great, thank you!

@tortmayr tortmayr merged commit 93a9a18 into master Oct 13, 2023
5 checks passed
@tortmayr tortmayr deleted the 2.0-fix branch October 13, 2023 11:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants