* fix bug for charts.

This commit is contained in:
z
2020-07-27 15:02:48 +08:00
parent 1e932f160c
commit 3c9fe4c071
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -349,6 +349,8 @@ class testreport extends control
$tasks = $this->testtask->getByList($report->tasks);
$productIdList[$report->product] = $report->product;
foreach($tasks as $task) $this->setChartDatas($task->id);
$builds = $this->build->getByList($report->builds);
$stories = !empty($builds) ? $this->testreport->getStories4Test($builds) : $this->story->getProjectStories($project->id);;
$bugs = $this->testreport->getBugs4Test($builds, $productIdList, $begin, $end, 'project');
+1
View File
@@ -1 +1,2 @@
i.icon-help{font-size:10px;}
#refresh a.btn {border-left:none;}