* Fix bug.

This commit is contained in:
tianshujie98
2021-07-16 11:18:35 +08:00
parent 75d459bfd9
commit 2608091b67
+2
View File
@@ -597,6 +597,8 @@ class testtask extends control
{
$this->loadModel('qa')->setMenu($this->products, $productID, $branchID, $taskID);
}
unset($this->lang->testtask->report->charts['bugStageGroups']);
unset($this->lang->testtask->report->charts['bugHandleGroups']);
$this->view->title = $this->products[$productID] . $this->lang->colon . $this->lang->testtask->common . $this->lang->colon . $this->lang->testtask->reportChart;
$this->view->position[] = html::a($this->createLink('testtask', 'cases', "taskID=$taskID"), $this->products[$productID]);