apache / hop

Hop Orchestration Platform
https://hop.apache.org/
Apache License 2.0
985 stars 354 forks source link

[Bug]: Deleting transforms from pipeline in Hop GUI #4578

Closed dave-csc closed 1 day ago

dave-csc commented 4 days ago

Apache Hop version?

2.10.0

Java version?

17.0.2

Operating system

Linux

What happened?

Steps to reproduce:

  1. Have a transform selected in a pipeline (you can "draw a rectangle" around one with your mouse, for example)
  2. Click on another transform, and choose Delete from the window that appears

Hop GUI will delete the transform you selected in step 1, and not the one chosen in step 2

Issue Priority

Priority: 2

Issue Component

Component: Hop Gui

nadment commented 1 day ago

To correct this behavior, if you click on a transformation that is not part of the current selection, Hop should cancel the current selection, as it proposes actions for the transformation on which you click. The same behavior applies to workflows.