未验证 提交 15c4fad9 编写于 作者: S Serge Rider 提交者: GitHub

Merge pull request #7429 from datallah/datasource_refresh_on_startup

Fix initial datasource loading to refresh metadata folder contents
...@@ -78,7 +78,7 @@ public class DataSourceRegistry implements DBPDataSourceRegistry { ...@@ -78,7 +78,7 @@ public class DataSourceRegistry implements DBPDataSourceRegistry {
this.platform = platform; this.platform = platform;
this.project = project; this.project = project;
loadDataSources(false); loadDataSources(true);
DataSourceProviderRegistry.getInstance().fireRegistryChange(this, true); DataSourceProviderRegistry.getInstance().fireRegistryChange(this, true);
addDataSourceListener(modelChangeListener); addDataSourceListener(modelChangeListener);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册