diff --git a/module/testtask/control.php b/module/testtask/control.php index 3a7a5376bc..dd0111d1b5 100644 --- a/module/testtask/control.php +++ b/module/testtask/control.php @@ -127,7 +127,7 @@ class testtask extends control $this->view->branch = $branch; $this->view->beginTime = $beginTime; $this->view->endTime = $endTime; - $this->view->product = $this->product->getByID($productID); + $this->view->product = $product; $this->display(); } diff --git a/module/testtask/view/browse.html.php b/module/testtask/view/browse.html.php index d93b1daafb..8bdc44d378 100644 --- a/module/testtask/view/browse.html.php +++ b/module/testtask/view/browse.html.php @@ -72,7 +72,9 @@ $status = strtolower($status); idAB);?> testtask->name);?> testtask->build);?> + shadow):?> testtask->product);?> + testtask->execution);?> statusAB);?> testtask->owner);?> @@ -101,7 +103,9 @@ $status = strtolower($status); id"), sprintf('%03d', $task->id));?> id"), $task->name);?> build == 'trunk' || empty($task->buildName)) ? $lang->trunk : html::a($this->createLink('build', 'view', "buildID=$task->build"), $task->buildName, '', "data-group=execution");?> + shadow):?> productName?> + executionName?> processStatus('testtask', $task);?>