This commit is contained in:
mayue
2021-11-25 14:35:33 +08:00
parent 36afb288d6
commit f92ba845a3
5 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -243,7 +243,7 @@ class testcase extends control
if($this->app->tab == 'project')
{
$products = array('0' => $this->lang->product->all) + $this->product->getProducts($this->session->project, 'all', '', false);
$this->lang->modulePageNav = $this->product->select($products, $productID, 'testcase', 'groupCase', $projectID, $branch);
$this->lang->modulePageNav = $this->product->select($products, $productID, 'testcase', 'groupCase', "projectID=$projectID", $branch);
}
$this->session->set('caseList', $this->app->getURI(true), $this->app->tab);