mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°4556 - Remove double icon on pop-up for 1-n links
This commit is contained in:
@@ -197,7 +197,6 @@ class UILinksWidgetDirect
|
|||||||
|
|
||||||
if ($sRealClass != '')
|
if ($sRealClass != '')
|
||||||
{
|
{
|
||||||
$oPage->add("<h1>".MetaModel::GetClassIcon($sRealClass)." ".Dict::Format('UI:CreationTitle_Class', MetaModel::GetName($sRealClass))."</h1>\n");
|
|
||||||
$oLinksetDef = MetaModel::GetAttributeDef($this->sClass, $this->sAttCode);
|
$oLinksetDef = MetaModel::GetAttributeDef($this->sClass, $this->sAttCode);
|
||||||
$sExtKeyToMe = $oLinksetDef->GetExtKeyToMe();
|
$sExtKeyToMe = $oLinksetDef->GetExtKeyToMe();
|
||||||
$aFieldFlags = array( $sExtKeyToMe => OPT_ATT_HIDDEN);
|
$aFieldFlags = array( $sExtKeyToMe => OPT_ATT_HIDDEN);
|
||||||
|
|||||||
Reference in New Issue
Block a user