From 086e5e3fdc71de3eb65571e95e0245ea06b784dc Mon Sep 17 00:00:00 2001 From: ronaldchavezjortilles Date: Tue, 15 Oct 2024 15:04:14 +0200 Subject: [PATCH] issue resuelto, para paneles dublicados --- .../eda-blank-panel/panel-utils/panel-interaction-utils.ts | 1 + 1 file changed, 1 insertion(+) 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 1d9a5765..449155f5 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 @@ -292,6 +292,7 @@ export const PanelInteractionUtils = { c.column_name === contentColumn.column_name && c.display_name.default === contentColumn.display_name ); + column.format = contentColumn.format; // Agregando el Formato if (column) { column.whatif_column = contentColumn.whatif_column || false; column.whatif = contentColumn.whatif || {};