Import form, cannot re-select a source directory
If the previous selected source directory name generated a non-CQP conformed named the source directory selection dialog is not opened.
To reproduce :
- Open the import form
- Select a directory named "_.*"
- Close the import form
- Open the import form
- The dialog cannot be opened now
Work around to fix the problem after reproducing it, run in Groovy : org.txm.core.preferences.TBXPreferences.getInstance().put("lastSourcesLocation", "")