mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +02:00
N°4479 - Impact analysis : Display and apply filter before display impact analysis graphical - fix var name
This commit is contained in:
@@ -1564,7 +1564,7 @@ EOF
|
|||||||
* @throws \Twig\Error\RuntimeError
|
* @throws \Twig\Error\RuntimeError
|
||||||
* @throws \Twig\Error\SyntaxError
|
* @throws \Twig\Error\SyntaxError
|
||||||
*/
|
*/
|
||||||
public function DisplayFiltering(string $sContextKey, array $aContextParams, array $aExcludedObjects, WebPage $oP, array $aResults, bool $sLazyLoading = false): array
|
public function DisplayFiltering(string $sContextKey, array $aContextParams, array $aExcludedObjects, WebPage $oP, array $aResults, bool $bLazyLoading = false): array
|
||||||
{
|
{
|
||||||
$aContextDefs = static::GetContextDefinitions($sContextKey, true, $aContextParams);
|
$aContextDefs = static::GetContextDefinitions($sContextKey, true, $aContextParams);
|
||||||
$aExcludedByClass = array();
|
$aExcludedByClass = array();
|
||||||
|
|||||||
Reference in New Issue
Block a user