N°4396 Fix graphs not displaying anymore in Dashboard Attribute

This commit is contained in:
Stephen Abello
2021-10-26 10:50:32 +02:00
parent dd486dd015
commit 5c02b5c38c

View File

@@ -867,6 +867,8 @@ try
$sAttCode = utils::ReadParam('attcode', '');
/** @var \cmdbAbstractObject $oObj */
$oObj = MetaModel::GetObject($sClass, $id);
// - Add graphs dependencies
WebResourcesHelper::EnableC3JSToWebPage($oPage);
$oObj->DisplayDashboard($oPage, $sAttCode);
break;