Prevent reloads when using _friendlynames in spreadsheet exports.

SVN:2.0.2[3165]
This commit is contained in:
Denis Flaven
2014-05-23 08:37:17 +00:00
parent ef7d9659fa
commit f5e0ff10bb

View File

@@ -1226,6 +1226,7 @@ abstract class cmdbAbstractObject extends CMDBObject implements iDisplay
else
{
$rawValue = $oObj->Get($sAttCodeEx);
/*
if ($oAttDef instanceof AttributeFriendlyName)
{
$sKeyAttCode = $oAttDef->GetKeyAttCode();
@@ -1237,6 +1238,7 @@ abstract class cmdbAbstractObject extends CMDBObject implements iDisplay
}
}
}
*/
if ($bLocalize)
{
$outputValue = htmlentities($oFinalAttDef->GetEditValue($rawValue), ENT_QUOTES, 'UTF-8');