* [bug#58962,done,0.5h] Missing Parameter.
This commit is contained in:
@@ -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¶m=myQueryID&recTotal=0&recPerPage=100&pageID=1&from=$from&blockID=$blockID");
|
||||
$actionURL = $this->createLink('execution', 'task', "executionID=$executionID&status=bySearch¶m=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);
|
||||
|
||||
Reference in New Issue
Block a user