hansva commented on issue #3324:
URL: https://github.com/apache/hop/issues/3324#issuecomment-1824321323

   Aha, I was able to reproduce now.
   
   I was missing 1 small part of your puzzle. which seems to be the root cause 
of all your problems.
   
   Project home does not support variables. Or at least on expansion, it is 
unable to replace the nested parameter
   ${PROJECT_HOME} expands to ${HOP_CONFIG_FOLDER}/projects/oracle and then the 
${HOP_CONFIG_FOLDER} is not replaced by the value.
   
   When pressing the **new** button it tries to go to ${PROJECT_HOME} it can't 
find the file location and we have a fallback in place to go to PWD if 
locations are not found and this ends up in your weird path.
   
   In the file dialog when pressing the "P" button in the top left button it 
should go to your project root, but this also fails.
   
   As for your comment on Select, yes the dialog remembers the last known 
location and goes there by default. The starting point used to be project root 
always. but we had complaints from users that were working in a folder that 
they always had to browse there. So now we remember the last location and use 
that as starting point. We have buttons in the top left to go to user home or 
project root.


-- 
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: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to