提交 894f529b 编写于 作者: S Serge Rider

Connection settings save fix (properties reset)


Former-commit-id: 60684c70
上级 620b6cd8
......@@ -135,7 +135,7 @@ class ConnectionPageSettings extends ActiveWizardPage<ConnectionWizard> implemen
void saveSettings(DataSourceDescriptor dataSource)
{
getActiveDataSource().getConnectionConfiguration().getProperties().clear();
dataSource.getConnectionConfiguration().getProperties().clear();
if (connectionEditor != null) {
connectionEditor.saveSettings(dataSource);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册