* fix bug.
This commit is contained in:
@@ -919,7 +919,7 @@ class testtask extends control
|
||||
$results = $this->testtask->getResults($runID);
|
||||
|
||||
$testtaskID = $this->dao->select('task')->from(TABLE_TESTRUN)->where('id')->eq($runID)->fetch('task');
|
||||
$testtask = $this->dao->select('build, project, product')->from(TABLE_TESTTASK)->where('id')->eq($testtaskID)->fetch();
|
||||
$testtask = $this->dao->select('id, build, project, product')->from(TABLE_TESTTASK)->where('id')->eq($testtaskID)->fetch();
|
||||
|
||||
$this->view->testtask = $testtask;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user