mattcasters opened a new pull request, #7732: URL: https://github.com/apache/hop/pull/7732
## Summary - When a pipeline or workflow run configuration is saved with the default flag set, automatically clear that flag on every other configuration of the same type. - Ensures only one default run configuration remains; no warning dialog is shown because the user already chose the new default. - Adds unit tests for the exclusive-default clearing logic on both pipeline and workflow run configurations. Fixes #2753 ## Test plan - [x] Unit tests: `PipelineRunConfigurationDefaultTest` and `WorkflowRunConfigurationDefaultTest` - [x] Manual: in Hop GUI, create two pipeline run configurations, mark the second as default, reopen the first and confirm default is off - [x] Manual: same flow for workflow run configurations - [x] `./mvnw -pl ui -am compile -DskipTests` succeeds -- 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]
