* [bug#58962,done,0.5h] Missing Parameter.

This commit is contained in:
hufangzhou
2025-01-08 10:13:16 +08:00
committed by 王于听
parent f0f61895f3
commit e24695f284
+1 -1
View File
@@ -192,7 +192,7 @@ class execution extends control
/* Build the search form. */
$modules = $this->loadModel('tree')->getTaskOptionMenu($executionID, 0, $showModule);
$actionURL = $this->createLink('execution', 'task', "executionID=$executionID&status=bySearch&param=myQueryID&recTotal=0&recPerPage=100&pageID=1&from=$from&blockID=$blockID");
$actionURL = $this->createLink('execution', 'task', "executionID=$executionID&status=bySearch&param=myQueryID&orderBy=$orderBy&recTotal=0&recPerPage=100&pageID=1&from=$from&blockID=$blockID");
$this->config->execution->search['onMenuBar'] = 'yes';
if(!$execution->multiple) unset($this->config->execution->search['fields']['execution']);
$this->execution->buildTaskSearchForm($executionID, $this->executions, $queryID, $actionURL);