From d4af98ec0e20042076713af2edbe52890d2b89d8 Mon Sep 17 00:00:00 2001 From: Juanjo Ortilles Date: Thu, 25 Jan 2024 18:13:23 +0100 Subject: [PATCH] Retoques finales para What If --- .../eda-panels/eda-blank-panel/eda-blank-panel.component.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eda/eda_app/src/app/module/components/eda-panels/eda-blank-panel/eda-blank-panel.component.ts b/eda/eda_app/src/app/module/components/eda-panels/eda-blank-panel/eda-blank-panel.component.ts index 074f993a5..695f5d1a0 100644 --- a/eda/eda_app/src/app/module/components/eda-panels/eda-blank-panel/eda-blank-panel.component.ts +++ b/eda/eda_app/src/app/module/components/eda-panels/eda-blank-panel/eda-blank-panel.component.ts @@ -238,6 +238,7 @@ export class EdaBlankPanelComponent implements OnInit { public async runWhatIfQuery(column?: any): Promise { try { + /* Este código actualiza el nombre de la columna. pero No lo actualizamos const updateDisplayName = (col: any) => { const origin = col.whatif.origin; if (origin) { @@ -252,7 +253,7 @@ export class EdaBlankPanelComponent implements OnInit { } else { updateDisplayName(column); } - +*/ await this.runQueryFromDashboard(true); this.panelChart.updateComponent();