* Fix bug#22451,22473,22475

This commit is contained in:
zenggang
2022-05-13 04:11:12 +00:00
parent def7e0a5ed
commit cc7f860ac0
2 changed files with 3 additions and 12 deletions
-1
View File
@@ -75,7 +75,6 @@ class program extends control
/* Build the search form. */
$actionURL = $this->createLink('program', 'browse', "status=bySearch&orderBy={$orderBy}&recTotal={$recTotal}&recPerPage={$recPerPage}&pageID={$pageID}&param=myQueryID");
$this->config->program->search['onMenuBar'] = 'yes';
$this->config->program->search['actionURL'] = $actionURL;
$this->loadModel('search')->setSearchParams($this->config->program->search);