This commit is contained in:
wangyidong
2022-11-10 12:09:14 +08:00
parent 2e6e289f1a
commit e2cf4aa1be
4 changed files with 11 additions and 18 deletions
+1 -1
View File
@@ -1359,7 +1359,7 @@ class execution extends control
$productTasks = array();
$tasks = $this->testtask->getExecutionTasks($executionID, $orderBy, $pager);
$tasks = $this->testtask->getExecutionTasks($executionID, 'execution', $orderBy, $pager);
foreach($tasks as $key => $task) $productTasks[$task->product][] = $task;
$this->view->title = $this->executions[$executionID] . $this->lang->colon . $this->lang->testtask->common;