Merge branch 'sprint/170_mayue_16407' into 'sprint/170'
* Fix bug #16407. See merge request easycorp/zentaopms!525
This commit is contained in:
@@ -575,7 +575,7 @@ class testcase extends control
|
||||
$this->view->moduleOptionMenu = $moduleOptionMenu;
|
||||
$this->view->currentModuleID = $currentModuleID;
|
||||
$this->view->branch = $branch;
|
||||
$this->view->branches = $this->loadModel('branch')->getPairs($productID);
|
||||
$this->view->branches = $this->loadModel('branch')->getPairs($productID, 'active');
|
||||
$this->view->needReview = $this->testcase->forceNotReview() == true ? 0 : 1;
|
||||
|
||||
$this->display();
|
||||
|
||||
Reference in New Issue
Block a user