* Finish task #6579.

This commit is contained in:
Yagami
2019-11-27 10:05:25 +08:00
parent 0e87a83f83
commit 383a2e236b
14 changed files with 67 additions and 67 deletions

View File

@@ -136,7 +136,7 @@ class testcase extends control
$this->view->branches = $this->loadModel('branch')->getPairs($productID);
$this->view->suiteList = $this->loadModel('testsuite')->getSuites($productID);
$this->view->suiteID = $suiteID;
$this->view->setShowModule = true;
$this->view->setModule = true;
$this->display();
}