* Add groupcase zin page on testtask module.

This commit is contained in:
wangyuting
2023-07-25 19:52:03 +08:00
parent bd9f5bd4fe
commit ace43ac419
2 changed files with 28 additions and 1 deletions
+1 -1
View File
@@ -748,7 +748,7 @@ class testtask extends control
$this->view->browseType = 'group';
$this->view->groupBy = $groupBy;
$this->view->groupByList = $groupByList;
$this->view->cases = $groupCases;
$this->view->cases = $runs;
$this->view->account = 'all';
$this->view->canBeChanged = $canBeChanged;
$this->display();