N°3767 - Impact analysis: Display filtering box on CIs list and groups (#473)

N°3767 - Impact analysis: Display filtering box on CIs list and groups
This commit is contained in:
Anne-Catherine
2023-11-23 14:06:10 +01:00
committed by GitHub
parent 8e0d6d1f00
commit 5283df5ae9
19 changed files with 287 additions and 215 deletions

View File

@@ -1952,7 +1952,8 @@ EOF
$sContextKey = 'itop-tickets/relation_context/'.$sClass.'/'.$sRelation.'/'.$sDirection;
$oAppContext = new ApplicationContext();
$oGraph->Display($oPage, $aResults, $sRelation, $oAppContext, $aExcludedObjects, $sClass, $iId, $sContextKey, array('this' => $oTicket));
$oPage->AddSubBlock($oGraph->DisplayFilterBox($oPage, $aResults));
$oGraph->DisplayGraph($oPage, $sRelation, $oAppContext, $aExcludedObjects, $sClass, $iId, $sContextKey, array('this' => $oTicket));
break;
case 'export_build':