[Bug]: Default environment config filename removed when selecting a folder
Apache Hop version?
2.16
Java version?
OpenJDK 64-Bit Server VM Temurin-21.0.3+9 (build 21.0.3+9-LTS, mixed mode, sharing)
Operating system
Windows
What happened?
I am creating a new environment config file by clicking the New button in the Environment properties window. It defaults the path with the filename <ENVNAME>-config.json which is good. But if I now select another directory where I want to store my file, it removes the filename from the path. So before I can actually enter the correct path to the new file, I now have to enter the filename manually again.
Issue Priority
Priority: 3
Issue Component
Component: Hop Gui
IMHO the issue is with the initial suggestion of a specific file pattern that must not happen. Ideally you can select whatever file you want and the convention in the naming schema is up to you and your methodology and naming schema. But this is only my personal point of view :-)
I believe to suggest a filename with json extension is OK for starters so the user knows right away that they are supposed to create a JSON file in the first place.
It will just be a configuration mistake in the file dialog. when saving a new pipeline/workflow the suggested filename does not disappear when switching folders.