Merge branch 'sprint/174_hufangzhou_45085' into 'master'
* Modify the branch switcher in qa menu. See merge request easycorp/zentaopms!617
This commit is contained in:
@@ -36,7 +36,7 @@ class tree extends control
|
||||
else if($this->app->tab == 'qa' and $viewType != 'caselib')
|
||||
{
|
||||
$products = $this->product->getPairs('noclosed');
|
||||
$this->loadModel('qa')->setMenu($products, $rootID, 0, $viewType);
|
||||
$this->loadModel('qa')->setMenu($products, $rootID, $branch, $viewType);
|
||||
}
|
||||
else if($this->app->tab == 'project')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user