* Fix bug of testreportZen::buildReportBugData.

This commit is contained in:
liumengyi
2023-09-27 09:47:24 +08:00
parent ebfab67a80
commit 8d491f9f4c
+1 -1
View File
@@ -418,7 +418,7 @@ class testreportZen extends testreport
{
/* Get activated bugs. */
$buildIdList = array_keys($builds);
$activatedBugs = $this->testreport->getActivatedBugs($tasks, $productIdList, $begin, $end, $buildIdList);
$activatedBugs = $this->bug->getActivatedBugs($productIdList, $begin, $end, $buildIdList);
/* Get stage and handle groups. */
list($stageGroups, $handleGroups) = $this->getStageAndHandleGroups($productIdList, $begin, $end, $buildIdList);