Skip to content

Add dataset dialog now opens selected dataset path instead of working directory.

Thorwin Vogt requested to merge devel_issue_417 into master

Closes #417 (closed)

When browsing for a dataset folder in the add dataset dialog, currently the path that is opened in the file dialog will be the working directory. Though, if a path has already been selected previously, it would also open the working directory instead of the selected path. This MR will instead open the current dataset path instead of the working directory.

Merge request reports