Commit 5c5ca63
committed
fix: don't check logging path if logging disabled (#186)
This commit fixes an issue where the testing of a connection or saving
of the DSN failed when the given logging path was invalid (incorrect or
directory missing), even when logging was disabled.
The fix is to simply skip path validation if logging is disabled.
The commit also changes the tab index of the components of each tab
page, so that tab cycling follows the visual order of the elements.
(cherry picked from commit a6a9641)
Cherry-pick conflicts:
- dsneditor/EsOdbcDsnEditor/DSNEditorForm.Designer.cs
resolved by keeping branch version (tab index fix not applied).1 parent 69243d4 commit 5c5ca63
File tree
2 files changed
+5
-5
lines changed- dsneditor/EsOdbcDsnEditor
2 files changed
+5
-5
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
284 | | - | |
| 284 | + | |
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
| |||
0 commit comments