From bfcfcdd4ccd5abb8123044b03e94663e3f530124 Mon Sep 17 00:00:00 2001 From: Stephen Abello Date: Mon, 26 Jul 2021 14:26:44 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B03930=20Fix=20dashlet=20group=20by=20prev?= =?UTF-8?q?iew=20not=20displaying?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/dashlet.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/dashlet.class.inc.php b/application/dashlet.class.inc.php index 75683b21d..c137a5af9 100644 --- a/application/dashlet.class.inc.php +++ b/application/dashlet.class.inc.php @@ -1272,7 +1272,7 @@ abstract class DashletGroupBy extends Dashlet $aExtraParams["surround_with_panel"] = true; $aExtraParams["panel_title"] = Dict::S($sTitle); $aExtraParams["panel_class"] = $sClass; - $oPanel = $oBlock->GetDisplay($oPage, $sType, array_merge($aExtraParams, $aParams)); + $oPanel = $oBlock->GetDisplay($oPage, $sBlockId, array_merge($aExtraParams, $aParams)); if ($bEditMode) { $oPanel->AddHtml('
'); }