* 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
+1 -1
View File
@@ -324,7 +324,7 @@ class testtask extends control
$this->view->treeClass = $browseType == 'bymodule' ? '' : 'hidden';
$this->view->pager = $pager;
$this->view->branches = $this->loadModel('branch')->getPairs($productID);
$this->view->setShowModule = false;
$this->view->setModule = false;
$this->display();
}