git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2163 a333f486-631f-4898-b8df-5754b55c2be0
@@ -312,7 +312,7 @@ abstract class cmdbAbstractObject extends CMDBObject implements iDisplay
$oPage->p(MetaModel::GetClassIcon($sTargetClass)." ".$oAttDef->GetDescription().'<span id="busy_'.$sInputId.'"></span>');
$sValue = $this->Get($sAttCode);
- $sDisplayValue = $this->GetEditValue($sAttCode);
+ $sDisplayValue = ''; // not used
$aArgs = array('this' => $this);
$sHTMLValue = "<span id=\"field_{$sInputId}\">".self::GetFormElementForField($oPage, $sClass, $sAttCode, $oAttDef, $sValue, $sDisplayValue, $sInputId, '', $iFlags, $aArgs).'</span>';
$aFieldsMap[$sAttCode] = $sInputId;