mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 17:18:51 +02:00
N°5507 - Fix impact analysis page title when displaying "Depends on" graph
This commit is contained in:
@@ -1772,7 +1772,7 @@ try
|
||||
|
||||
$aResults = $oRelGraph->GetObjectsByClass();
|
||||
$oDisplayGraph = DisplayableGraph::FromRelationGraph($oRelGraph, $iGroupingThreshold, ($sDirection == 'down'));
|
||||
$oPanel = PanelUIBlockFactory::MakeForClass($sClass, MetaModel::GetRelationDescription($sRelation).' '.$oObj->GetName());
|
||||
$oPanel = PanelUIBlockFactory::MakeForClass($sClass, MetaModel::GetRelationDescription($sRelation, $bDirDown).' '.$oObj->GetName());
|
||||
$sClassIcon = MetaModel::GetClassIcon($sClass, false);
|
||||
if (strlen($sClassIcon) > 0){
|
||||
$oPanel->SetIcon($sClassIcon);
|
||||
|
||||
Reference in New Issue
Block a user