提交 77326ac5 编写于 作者: S Serge Rider

PG: do not show non-default databses by default

Former-commit-id: 2b47ea13
上级 00a2940a
......@@ -238,7 +238,7 @@ public class PostgreConnectionPage extends ConnectionPageAbstract implements ICo
}
homesSelector.populateHomes(driver, connectionInfo.getClientHomeId(), site.isNew());
showNonDefault.setSelection(CommonUtils.getBoolean(connectionInfo.getProviderProperty(PostgreConstants.PROP_SHOW_NON_DEFAULT_DB), true));
showNonDefault.setSelection(CommonUtils.getBoolean(connectionInfo.getProviderProperty(PostgreConstants.PROP_SHOW_NON_DEFAULT_DB), false));
showTemplates.setSelection(CommonUtils.getBoolean(connectionInfo.getProviderProperty(PostgreConstants.PROP_SHOW_TEMPLATES_DB), false));
showTemplates.setEnabled(showNonDefault.getSelection());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册