mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 06:28:46 +02:00
N°3988 - Investigate small list taking a very long time to load
This commit is contained in:
@@ -2431,9 +2431,12 @@ abstract class DBObject implements iDisplay
|
||||
return $this->m_aCurrValues;
|
||||
}
|
||||
|
||||
public function GetCurrentValues()
|
||||
/*
|
||||
* return array
|
||||
*/
|
||||
public function GetLoadedAttributes()
|
||||
{
|
||||
return $this->m_aCurrValues;
|
||||
return array_keys($this->m_aLoadedAtt);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user