* code for task #2901.

This commit is contained in:
wangyidong
2017-03-13 09:20:29 +08:00
parent 2e283cda22
commit f53fa19bbe
+1
View File
@@ -190,6 +190,7 @@ class testcase extends control
$this->view->users = $this->user->getPairs('noletter');
$this->view->browseType = 'group';
$this->view->groupBy = $groupBy;
$this->view->orderBy = $groupBy;
$this->view->groupByList = $groupByList;
$this->view->cases = $groupCases;
$this->view->suiteList = $this->loadModel('testsuite')->getSuites($productID);