This commit is contained in:
daitingting
2024-05-14 02:53:14 +00:00
parent a32037a417
commit 5c31db609f
2 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ class testcase extends control
$this->testcaseZen->setBrowseCookie($productID, $branch, $browseType, (string)$param);
$this->testcaseZen->setBrowseSession($productID, $branch, $moduleID, $browseType, $orderBy);
$this->testcaseZen->setBrowseMenu($productID, $branch, $projectID);
list($productID, $branch) = $this->testcaseZen->setBrowseMenu($productID, $branch, $projectID);
$this->testcaseZen->buildBrowseSearchForm($productID, $branch, $queryID, $projectID);
$this->testcaseZen->assignCasesAndScenesForBrowse($productID, $branch, $browseType, ($browseType == 'bysearch' ? $queryID : $suiteID), $moduleID, $caseType, $orderBy, $recTotal, $recPerPage, $pageID);
$this->testcaseZen->assignModuleTreeForBrowse($productID, $branch, $projectID);