From 476b9cf7f7d57398198819e3d4ddf850f923ce7b Mon Sep 17 00:00:00 2001 From: Juanjo Ortilles Date: Tue, 13 Feb 2024 18:07:27 +0100 Subject: [PATCH] commit --- .../eda-blank-panel/panel-utils/panel-interaction-utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eda/eda_app/src/app/module/components/eda-panels/eda-blank-panel/panel-utils/panel-interaction-utils.ts b/eda/eda_app/src/app/module/components/eda-panels/eda-blank-panel/panel-utils/panel-interaction-utils.ts index 700fd0333..575d48927 100644 --- a/eda/eda_app/src/app/module/components/eda-panels/eda-blank-panel/panel-utils/panel-interaction-utils.ts +++ b/eda/eda_app/src/app/module/components/eda-panels/eda-blank-panel/panel-utils/panel-interaction-utils.ts @@ -127,7 +127,7 @@ export const PanelInteractionUtils = { /** Checks if the current child_node is included before. * This prevents duplicated paths.*/ - if (!rootTree.includes(relation.target_table) && !childrenId.includes(child_id)) { + //if (!rootTree.includes(relation.target_table) && !childrenId.includes(child_id)) { // Label to show on the treeComponent let childLabel = relation.display_name?.default ? `${relation.display_name.default} - ${relation.target_column[0]}`