N°6142 Remove new "filter this list" link from search_form and search_oql pages

search_oql is legacy and isn't used anymore,  but adding the ContextTag anyway
This commit is contained in:
Pierre Goiffon
2023-04-04 15:19:26 +02:00
parent dcc524c687
commit d4af51e0cc
2 changed files with 11 additions and 13 deletions

View File

@@ -98,6 +98,8 @@ try
if (!empty($oFilter))
{
$oSearchContext = new ContextTag(ContextTag::TAG_OBJECT_SEARCH);
$oSet = new CMDBObjectSet($oFilter);
$oBlock = new DisplayBlock($oFilter, 'search', false);
$aExtraParams = $oAppContext->GetAsHash();