This commit is contained in:
hufangzhou
2023-02-14 17:36:21 +08:00
parent e7991dcc5f
commit 2aec80f62c
+1 -1
View File
@@ -288,7 +288,7 @@ class bug extends control
}
$project = $this->loadModel('project')->getByShadowProduct($productID);
if(!$project->multiple) unset($this->lang->bug->report->charts['bugsPerExecution']);
if(!empty($project) and !$project->multiple) unset($this->lang->bug->report->charts['bugsPerExecution']);
$this->qa->setMenu($this->products, $productID, $branchID);
$this->view->title = $this->products[$productID] . $this->lang->colon . $this->lang->bug->common . $this->lang->colon . $this->lang->bug->reportChart;