mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 06:28:46 +02:00
- Align the display of "State" attributes with Enums
SVN:trunk[555]
This commit is contained in:
@@ -524,7 +524,6 @@ abstract class DBObject
|
||||
else
|
||||
{
|
||||
return $this->Get($sStateAttCode);
|
||||
return MetaModel::GetStateLabel(get_class($this), $sStateAttCode);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user