* adjust for show onMenuBar checkbox when search save query.

This commit is contained in:
wangyidong
2016-05-31 14:09:06 +08:00
parent cbda3adaee
commit 7552ca07e3
8 changed files with 18 additions and 5 deletions
+1
View File
@@ -114,6 +114,7 @@ class bug extends control
/* Build the search form. */
$actionURL = $this->createLink('bug', 'browse', "productID=$productID&branch=$branch&browseType=bySearch&queryID=myQueryID");
$this->config->bug->search['onMenuBar'] = 'yes';
$this->bug->buildSearchForm($productID, $this->products, $queryID, $actionURL);
$this->loadModel('search')->mergeFeatureBar('bug', 'browse');