Merge branch 'zentaopms_258_bug#29708' into 'master'

* Fix bug #29708.

See merge request easycorp/zentaopms!6182
This commit is contained in:
王怡栋
2022-11-16 03:14:31 +00:00
+3
View File
@@ -286,6 +286,9 @@ class bug extends control
}
}
$project = $this->loadModel('project')->getByShadowProduct($productID);
if(!$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;
$this->view->position[] = html::a($this->createLink('bug', 'browse', "productID=$productID"), $this->products[$productID]);