N°1408 - Fix Object print page for attributes dashboard

This commit is contained in:
Eric
2018-10-09 11:41:29 +02:00
parent 15671f6dd4
commit 94b4f10277
3 changed files with 4 additions and 3 deletions

View File

@@ -732,7 +732,7 @@ class RuntimeDashboard extends Dashboard
{
$aAjaxParams = $aExtraParams;
}
if (!$bEditMode)
if (!$bEditMode && !$oPage->IsPrintableVersion())
{
$sId = $this->GetId();
$sDivId = preg_replace('/[^a-zA-Z0-9_]/', '', $sId);