mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
N°3766 - Migrate module to new UIBlock system : Gantt view - fix error message when the class doesn't exist
This commit is contained in:
@@ -1166,6 +1166,7 @@ EOF
|
||||
$sHtml = ConsoleBlockRenderer::RenderBlockTemplateInPage($oPage, $oBlock);
|
||||
$sHtml = str_replace("\n", '', $sHtml);
|
||||
$sHtml = str_replace("\r", '', $sHtml);
|
||||
$sHtml = str_replace("'", "\'", $sHtml);
|
||||
$oPage->add_script("$('#dashlet_$sDashletId').html('$sHtml');");
|
||||
}
|
||||
if ($oDashlet->IsFormRedrawNeeded()) {
|
||||
|
||||
Reference in New Issue
Block a user