This commit is contained in:
wangyidong
2021-03-31 16:12:35 +08:00
parent 9a010bf5ef
commit 66cee22b67
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -273,6 +273,10 @@ class testcase extends control
{
$this->loadModel('execution')->setMenu($this->session->execution);
}
else
{
$this->qa->setMenu($this->products, $productID, $branch);
}
$testcaseID = ($from and strpos('testcase|work|contribute', $from)) ? $param : 0;
$bugID = $from == 'bug' ? $param : 0;