mattcasters opened a new issue, #2130:
URL: https://github.com/apache/hop/issues/2130

   ### Apache Hop version?
   
   2.2.0
   
   ### Java version?
   
   openjdk version "11.0.17" 2022-10-18
   
   ### Operating system
   
   Linux
   
   ### What happened?
   
   The Pipeline and Workflow execution configuration dialogs have an option to 
be shown/hidden.  However, these options are remembered only in the 
PipelineMeta/WorkflowMeta classes (not serialized!):
   
   ```
   protected RunOptions runOptions = new RunOptions();
   
     private boolean showDialog = true;
     private boolean alwaysShowRunOptions = true;
   ```
   
   These options need to be removed from the metadata classes and moved into 
the system settings.
   
   ### Issue Priority
   
   Priority: 3
   
   ### Issue Component
   
   Component: Hop Gui


-- 
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]

Reply via email to