mirror of
https://github.com/Combodo/iTop.git
synced 2026-09-21 17:10:00 +02:00
N°8772 - Dashlet group by
This commit is contained in:
@@ -151,7 +151,8 @@ class ModelReflectionRuntime extends ModelReflection
|
||||
$aAttributes = array();
|
||||
foreach (MetaModel::ListAttributeDefs($sClass) as $sAttCode => $oAttDef)
|
||||
{
|
||||
$sAttributeClass = get_class($oAttDef);
|
||||
$oReflection = new ReflectionClass($oAttDef);
|
||||
$sAttributeClass = $oReflection->getShortName();
|
||||
if ($aScope != null)
|
||||
{
|
||||
foreach ($aScope as $sScopeClass)
|
||||
|
||||
Reference in New Issue
Block a user