* finish task #2985.

This commit is contained in:
chenfeiCF
2017-04-26 11:11:00 +08:00
parent 1fb8d4849e
commit c480a3e4d3
2 changed files with 13 additions and 2 deletions
+1
View File
@@ -141,6 +141,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->branches = $this->loadModel('branch')->getPairs($suite->product, 'noempty');
$this->display();