From dbcbb187b2bd724ad1e578fbeea76715472b992b Mon Sep 17 00:00:00 2001 From: jf-cbd Date: Tue, 30 Apr 2024 08:13:37 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B07445=20-=20Invalid=20Unicode=20escape=20?= =?UTF-8?q?sequence=20on=20dashlet=20Header=20with=20statistics?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/ajax.render.php | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/ajax.render.php b/pages/ajax.render.php index 5e9a3a285..9e8501758 100644 --- a/pages/ajax.render.php +++ b/pages/ajax.render.php @@ -1155,6 +1155,7 @@ EOF if ($oDashlet->IsFormRedrawNeeded()) { $oForm = $oDashlet->GetForm(); // Rebuild the form since the values/content changed $oForm->SetSubmitParams(utils::GetAbsoluteUrlAppRoot().'pages/ajax.render.php', array('operation' => 'update_dashlet_property', 'extra_params' => $aExtraParams)); + $sHtml = $oForm->RenderAsPropertySheet($oPage, true, '.itop-dashboard'); $sHtml= json_encode($sHtml); $oPage->add_script("$('#dashlet_$sDashletId').html({$sHtml});"); }