mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 00:58:48 +02:00
- Display the full list of attributes (details ZList) when exporting objects in HTML format (useful for Excel Web Queries).
SVN:trunk[737]
This commit is contained in:
@@ -381,7 +381,8 @@ abstract class cmdbAbstractObject extends CMDBObject
|
||||
$oAppContext = new ApplicationContext();
|
||||
$sClassName = $oSet->GetFilter()->GetClass();
|
||||
$aAttribs = array();
|
||||
$aList = MetaModel::GetZListItems($sClassName, 'list');
|
||||
$sZListName = isset($aExtraParams['zlist']) ? ($aExtraParams['zlist']) : 'list';
|
||||
$aList = self::FlattenZList(MetaModel::GetZListItems($sClassName, '$sZListName'));
|
||||
$aList = array_merge($aList, $aExtraFields);
|
||||
if (!empty($sLinkageAttribute))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user