* Format codes.

This commit is contained in:
daitingting
2023-08-17 07:14:58 +00:00
parent 1c4313e570
commit 2dbc56fac5
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -632,8 +632,8 @@ class bug extends control
}
}
/* 如果是影子产品并且对应的项目不是多迭代项目,删掉迭代 Bug 数量报表*/
/* Unset execution bugs report if the product is shadow product and corresponding project is not multiple. */
/* 如果是影子产品并且对应的项目不是多迭代项目,删掉迭代 Bug 数量报表。*/
/* Unset execution bugs report if the product is shadow and corresponding project is not multiple. */
$project = $this->loadModel('project')->getByShadowProduct($productID);
if(!empty($project) && !$project->multiple) unset($this->lang->bug->report->charts['bugsPerExecution']);
+1 -1
View File
@@ -26,7 +26,7 @@ detailHeader
$reports = array();
foreach($lang->bug->report->charts as $key => $label) $reports[] = array('text' => $label, 'value' => $key);
$echarts = array();
$echarts = array();
foreach($charts as $type => $option)
{
$chartData = $datas[$type];