mattcasters opened a new pull request, #7598: URL: https://github.com/apache/hop/pull/7598
## Summary - Adds a **Favorites** category for transforms (pipeline canvas) and actions (workflow canvas) in the context action dialog. - **Alt-click** a create item to add/remove it from favorites; the dialog stays open and refreshes so Favorites appears or disappears under **Basic**. - Favorites are persisted in hop-config `guiProperties` (`FavoriteTransforms` / `FavoriteWorkflowActions`). - Tooltips include `ALT-Click to add to favorite` / remove wording. Fixes #3526 ## Test plan - [ ] Open pipeline context dialog on empty canvas; Alt-click a transform → Favorites appears under Basic - [ ] Alt-click the same transform again → removed from Favorites; category disappears when empty - [ ] Normal click still creates the transform - [ ] Repeat for workflow actions - [ ] Restart Hop GUI and confirm favorites persist - [ ] Unit tests: `./mvnw -pl ui -am test -Dtest=GuiActionFavoritesTest -Dsurefire.failIfNoSpecifiedTests=false` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
