*Finish task #48844.

This commit is contained in:
zhouxudong
2022-02-11 13:04:08 +08:00
parent 818bb2ef63
commit 8af167a379
5 changed files with 15 additions and 7 deletions
+2 -1
View File
@@ -243,7 +243,8 @@ class testtask extends control
$productID = $productID ? $productID : key($this->products);
$executions = empty($productID) ? array() : $this->loadModel('product')->getExecutionPairsByProduct($productID, '', 'id_desc', $projectID);
$builds = empty($productID) ? array() : $this->loadModel('build')->getBuildPairs($productID, 'all', 'notrunk');
a($projectID);
a($productID);
$testreports = $this->testtask->getTestReportPairsByBuild($build);
/* Set menu. */