* Fix bug #49208.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user