N°3685 - Performance checks on the front end - Avoid reload

This commit is contained in:
acognet
2021-09-10 11:02:04 +02:00
parent cbb70c94e5
commit 6a765fad50
5 changed files with 55 additions and 41 deletions

View File

@@ -1126,7 +1126,7 @@ class OQLMenuNode extends MenuNode
$oSearch = DBObjectSearch::FromOQL($sOql);
if ($bSearchPane) {
$aParams = array_merge(['open' => $bSearchOpen, 'table_id' => $sUsageId, 'submit_on_load' => true], $aExtraParams);
$aParams = array_merge(['open' => $bSearchOpen, 'table_id' => $sUsageId, 'submit_on_load' => false], $aExtraParams);
$oBlock = new DisplayBlock($oSearch, 'search', false /* Asynchronous */, $aParams);
$oBlock->Display($oPage, 0);
}