* Fix a bug:There is an error on the suite use case page.
This commit is contained in:
@@ -189,7 +189,7 @@ class testsuite extends control
|
||||
$this->view->cases = $this->testsuite->getLinkedCases($suiteID, $sort, $pager);
|
||||
$this->view->orderBy = $orderBy;
|
||||
$this->view->pager = $pager;
|
||||
$this->view->modules = $this->loadModel('tree')->getOptionMenu($suite->product, 'case');
|
||||
$this->view->modules = $this->loadModel('tree')->getOptionMenu($suite->product, 'case', 0, 'all');
|
||||
$this->view->branches = $this->loadModel('branch')->getPairs($suite->product, 'noempty');
|
||||
$this->view->canBeChanged = common::canBeChanged('testsuite', $suite);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user