fix(TUP-20317)node of JDBC should be hidden when import db items (#1776)
https://jira.talendforge.org/browse/TUP-20317
This commit is contained in:
@@ -295,6 +295,9 @@ public class ImportNodesBuilder {
|
||||
return null;
|
||||
}
|
||||
|
||||
if ("JDBC".equals(curType.getType())) {
|
||||
curType = ERepositoryObjectType.METADATA_CONNECTIONS;
|
||||
}
|
||||
TypeImportNode typeImportNode = typeNodesChildrenMap.get(curType);
|
||||
if (typeImportNode != null) {
|
||||
return typeImportNode;
|
||||
|
||||
Reference in New Issue
Block a user