mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°3203 - Datamodel: Add semantic for image & state attributes Part. II
This commit is contained in:
@@ -45,8 +45,7 @@ function GraphvizEscape($s)
|
||||
function GraphvizLifecycle($sClass)
|
||||
{
|
||||
$sDotFileContent = "";
|
||||
$sStateAttCode = MetaModel::GetStateAttributeCode($sClass);
|
||||
if (empty($sStateAttCode))
|
||||
if (!MetaModel::HasLifecycle($sClass))
|
||||
{
|
||||
//$oPage->p("no lifecycle for this class");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user