mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
N°3233 - Remove "display_template" from the metamodel and compiler
This commit is contained in:
@@ -867,18 +867,6 @@ abstract class MetaModel
|
||||
return self::$m_aClassParams[$sClass]["reconc_keys"];
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $sClass
|
||||
*
|
||||
* @return string
|
||||
* @throws \CoreException
|
||||
*/
|
||||
final static public function GetDisplayTemplate($sClass)
|
||||
{
|
||||
self::_check_subclass($sClass);
|
||||
return array_key_exists("display_template", self::$m_aClassParams[$sClass]) ? self::$m_aClassParams[$sClass]["display_template"] : '';
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $sClass
|
||||
* @param bool $bOnlyDeclared
|
||||
|
||||
Reference in New Issue
Block a user