* fix bug #11145.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user