From ed27793172bdb8437591d042c7bc80e53ba5829e Mon Sep 17 00:00:00 2001 From: Clemente Raposo Date: Thu, 5 Dec 2024 00:58:46 +0000 Subject: [PATCH] [Legacy] Remove insightWidget configuration in Cases --- .../Cases/metadata/subpanels/ForAccounts.php | 51 ------------------- .../Cases/metadata/subpanels/default.php | 51 ------------------- 2 files changed, 102 deletions(-) diff --git a/public/legacy/modules/Cases/metadata/subpanels/ForAccounts.php b/public/legacy/modules/Cases/metadata/subpanels/ForAccounts.php index 8aca181eb..414ca349a 100755 --- a/public/legacy/modules/Cases/metadata/subpanels/ForAccounts.php +++ b/public/legacy/modules/Cases/metadata/subpanels/ForAccounts.php @@ -49,57 +49,6 @@ $subpanel_layout = array( array('widget_class' => 'SubPanelTopSelectButton', 'popup_module' => 'Cases'), ), - 'insightWidget' => [ - 'rows' => [ - [ - 'justify' => 'end', - 'cols' => [ - [ - 'icon' => 'Cases', - ], - ] - ], - [ - 'align' => 'end', - 'justify' => 'start', - 'class' => 'flex-grow-1', - 'cols' => [ - [ - 'display' => 'hidden', - 'statistic' => 'cases' - ], - [ - 'dynamicLabel' => 'LBL_CASES_INSIGHT', - 'class' => 'sub-panel-banner-value', - 'bold' => true, - ], - [ - 'display' => 'hidden', - 'statistic' => 'default' - ] - ] - ], - [ - 'justify' => 'start', - 'cols' => [ - [ - 'descriptionKey' => '{{title_key}}_INSIGHT_DESCRIPTION', - 'class' => 'sub-panel-banner-tooltip', - ] - ] - ], - [ - 'justify' => 'start', - 'cols' => [ - [ - 'labelKey' => '{{title_key}}', - 'class' => 'sub-panel-banner-button-title', - 'bold' => true, - ] - ] - ], - ] - ], 'where' => '', diff --git a/public/legacy/modules/Cases/metadata/subpanels/default.php b/public/legacy/modules/Cases/metadata/subpanels/default.php index 07da20a83..7a318e58b 100755 --- a/public/legacy/modules/Cases/metadata/subpanels/default.php +++ b/public/legacy/modules/Cases/metadata/subpanels/default.php @@ -49,57 +49,6 @@ $subpanel_layout = array( array('widget_class' => 'SubPanelTopSelectButton', 'popup_module' => 'Cases'), ), - 'insightWidget' => [ - 'rows' => [ - [ - 'justify' => 'end', - 'cols' => [ - [ - 'icon' => 'Cases', - ], - ] - ], - [ - 'align' => 'end', - 'justify' => 'start', - 'class' => 'flex-grow-1', - 'cols' => [ - [ - 'display' => 'hidden', - 'statistic' => 'cases' - ], - [ - 'dynamicLabel' => 'LBL_CASES_INSIGHT', - 'class' => 'sub-panel-banner-value', - 'bold' => true, - ], - [ - 'display' => 'hidden', - 'statistic' => 'default' - ] - ] - ], - [ - 'justify' => 'start', - 'cols' => [ - [ - 'descriptionKey' => '{{title_key}}_INSIGHT_DESCRIPTION', - 'class' => 'sub-panel-banner-tooltip', - ] - ] - ], - [ - 'justify' => 'start', - 'cols' => [ - [ - 'labelKey' => '{{title_key}}', - 'class' => 'sub-panel-banner-button-title', - 'bold' => true, - ] - ] - ], - ] - ], 'where' => '',