From 93bba66323e087aede741856b30793bb13879ed1 Mon Sep 17 00:00:00 2001 From: jf-cbd Date: Tue, 30 Apr 2024 08:03:14 +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 deletion(-) diff --git a/pages/ajax.render.php b/pages/ajax.render.php index d9cddaaa1..5e9a3a285 100644 --- a/pages/ajax.render.php +++ b/pages/ajax.render.php @@ -1155,7 +1155,6 @@ 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 = addslashes($oForm->RenderAsPropertySheet($oPage, true, '.itop-dashboard')); $sHtml= json_encode($sHtml); $oPage->add_script("$('#dashlet_$sDashletId').html({$sHtml});"); }