* Finish task #36447.

This commit is contained in:
holan20180123
2021-03-12 10:41:27 +08:00
parent 366f0608c3
commit 79d200f692
3 changed files with 6 additions and 1 deletions
+1
View File
@@ -43,6 +43,7 @@ class testsuiteModel extends model
{
if($this->config->global->flow == 'full' and $this->lang->navGroup->testcase != 'qa') $this->loadModel('qa')->setSubMenu('testsuite', $key, $productID);
$replace = $productID;
if($this->lang->navGroup->testsuite == 'project' and $key == 'bug') $replace = 0;
common::setMenuVars($this->lang->testsuite->menu, $key, $replace);
}