* Finish task #59477.

This commit is contained in:
liumengyi
2022-07-04 15:50:03 +08:00
parent 4bacc1b95f
commit 79e71873c5
2 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -1902,7 +1902,7 @@ class testcase extends control
$this->view->product = $product;
$this->view->productID = $productID;
$this->view->branch = $branch;
$this->view->cases = $this->loadModel('testsuite')->getNotImportedCases($productID, $libID, $orderBy, $pager, $browseType, $queryID);
$this->view->cases = $this->loadModel('testsuite')->getLibCases($productID, $libID, $orderBy, $pager, $browseType, $queryID);
$this->view->modules = $this->loadModel('tree')->getOptionMenu($productID, 'case', 0, $branch === 'all' ? 0 : (int)$branch);
$this->view->libModules = $this->tree->getOptionMenu($libID, 'caselib');
$this->view->pager = $pager;