提交 fc699705 编写于 作者: S serge-rider

Generic connection page fix (refresh URL for non custom connections)


Former-commit-id: d29579df
上级 b28519ae
......@@ -271,6 +271,9 @@ public class GenericConnectionPage extends ConnectionPageWithAuth implements ICo
@Override
protected void updateDriverInfo(DBPDriver driver) {
if (!isCustom) {
site.getActiveDataSource().getConnectionConfiguration().setUrl(null);
}
parseSampleURL(driver);
saveAndUpdate();
}
......@@ -462,7 +465,6 @@ public class GenericConnectionPage extends ConnectionPageWithAuth implements ICo
showControlGroup(GROUP_LOGIN, !driver.isAnonymousAccess());
updateCreateButton(driver);
settingsGroup.getParent().layout();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册