- Fixed bug #334: proper handling of the "remove objects" button (was working only for the first linkset in the object).

- Improved feedback while searching and reloading added objects.

SVN:trunk[978]
This commit is contained in:
Denis Flaven
2010-11-26 13:19:13 +00:00
parent ced4bf4259
commit 9e70feb29d
3 changed files with 16 additions and 18 deletions

View File

@@ -201,7 +201,7 @@ abstract class cmdbAbstractObject extends CMDBObject
$sLinkedClass = $oAttDef->GetLinkedClass();
$oLinkingAttDef = MetaModel::GetAttributeDef($sLinkedClass, $oAttDef->GetExtKeyToRemote());
$sTargetClass = $oLinkingAttDef->GetTargetClass();
$oPage->p(MetaModel::GetClassIcon($sTargetClass)." ".$oAttDef->GetDescription());
$oPage->p(MetaModel::GetClassIcon($sTargetClass)."&nbsp;".$oAttDef->GetDescription().'<span id="busy_'.$sInputId.'"></span>');
$sValue = $this->Get($sAttCode);
$sDisplayValue = $this->GetEditValue($sAttCode);