mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Allow a module to provide a handler to override application settings: OnMetaModelStarted()
SVN:trunk[1010]
This commit is contained in:
@@ -111,7 +111,7 @@ function GraphvizLifecycle($sClass)
|
||||
$sClass = utils::ReadParam('class', 'bizIncidentTicket');
|
||||
$sDir = dirname(__FILE__);
|
||||
$sImageFilePath = $sDir."/../images/lifecycle/".$sClass.".png";
|
||||
$sDotExecutable = utils::GetConfig()->Get('graphviz_path');
|
||||
$sDotExecutable = MetaModel::GetConfig()->Get('graphviz_path');
|
||||
if (file_exists($sDotExecutable))
|
||||
{
|
||||
// create the file with Graphviz
|
||||
|
||||
Reference in New Issue
Block a user