mirror of
https://github.com/Wisser/Jailer.git
synced 2026-04-29 19:39:50 -05:00
fall back to getConnectionType()
This commit is contained in:
@@ -1673,6 +1673,10 @@ public class DbConnectionDialog extends javax.swing.JDialog {
|
||||
if (result.size() >= 1) {
|
||||
return result.get(0);
|
||||
}
|
||||
ConnectionType ciType = ci.getConnectionType();
|
||||
if (ciType != null) {
|
||||
return ciType;
|
||||
}
|
||||
return ConnectionType.Development;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user