forked from Cloud-Pipelines/pipeline-editor
-
Notifications
You must be signed in to change notification settings - Fork 5
Fix inability to delete edges #1040
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Oct 2, 2025
Draft
Collaborator
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
8 tasks
0c23698 to
392db72
Compare
d907fc5 to
8c6b0e0
Compare
c8f2440 to
96e29ab
Compare
c073c29 to
2c0c04d
Compare
96e29ab to
794e360
Compare
2c0c04d to
0cce84d
Compare
794e360 to
1b5752a
Compare
0cce84d to
6c541af
Compare
1b5752a to
2cfd3d0
Compare
2cfd3d0 to
fe46b33
Compare
6c541af to
a0239ca
Compare
a0239ca to
7888535
Compare
fe46b33 to
46cbfa8
Compare
7888535 to
eeabed0
Compare
46cbfa8 to
dfd9105
Compare
dfd9105 to
dda82e4
Compare
eeabed0 to
6022793
Compare
This was referenced Oct 8, 2025
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

Description
Folded into #1017
Fixes an issue introduced in the recent switch to a more granular node classification system that prevented edges/connections from being deleted. The
removeEdgemethod has now be updated to be aware of the new handle id system.As part of this the
removeEdgemethod has been refactored a little to be more readable. it now also supports deleting directinput->outputconnections (even though these are not possible in the UI), just in case a user somehow introduces them via direct yaml editingRelated Issue and Pull requests
Type of Change
Checklist
Screenshots (if applicable)
Test Instructions
Additional Comments