Display the search criterion when displaying the content of a shortcut.

SVN:trunk[5650]
This commit is contained in:
Vincent Dumas
2018-04-12 15:40:46 +00:00
parent 79d7ac7c8e
commit 582de40960

View File

@@ -197,7 +197,7 @@ class ShortcutOQL extends Shortcut
}
$bSearchPane = true;
$bSearchOpen = false;
$bSearchOpen = true;
try
{
OQLMenuNode::RenderOQLSearch($this->Get('oql'), $this->Get('name'), 'shortcut_'.$this->GetKey(), $bSearchPane, $bSearchOpen, $oPage, $aExtraParams, true);