From 35165568af49e89e26ce61a1f0c71e91a2a2b0bf Mon Sep 17 00:00:00 2001 From: acognet Date: Thu, 10 Feb 2022 17:10:52 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B04057=20-=20Custom=20Translation=20for=20?= =?UTF-8?q?Custom=20Tab=20is=20not=20inherited=20by=20instanciable=20Class?= =?UTF-8?q?es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/cmdbabstract.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/cmdbabstract.class.inc.php b/application/cmdbabstract.class.inc.php index 3643504d6..1139a08df 100644 --- a/application/cmdbabstract.class.inc.php +++ b/application/cmdbabstract.class.inc.php @@ -541,7 +541,7 @@ EOF { continue; } - $oPage->AddAjaxTab($oAttDef->GetLabel(), utils::GetAbsoluteUrlAppRoot().'pages/ajax.render.php?operation=dashboard&class='.get_class($this).'&id='.$this->GetKey().'&attcode='.$oAttDef->GetCode(), true, 'Class:'.$sClass.'/Attribute:'.$sAttCode); + $oPage->AddAjaxTab( 'Class:'.$sClass.'/Attribute:'.$sAttCode, utils::GetAbsoluteUrlAppRoot().'pages/ajax.render.php?operation=dashboard&class='.get_class($this).'&id='.$this->GetKey().'&attcode='.$oAttDef->GetCode(), true, $oAttDef->GetLabel()); continue; }