From 582de409605e8421ae8c8d1642536e9f10b67f73 Mon Sep 17 00:00:00 2001 From: Vincent Dumas Date: Thu, 12 Apr 2018 15:40:46 +0000 Subject: [PATCH] Display the search criterion when displaying the content of a shortcut. SVN:trunk[5650] --- application/shortcut.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/shortcut.class.inc.php b/application/shortcut.class.inc.php index 2249b7cff..282fae897 100644 --- a/application/shortcut.class.inc.php +++ b/application/shortcut.class.inc.php @@ -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);