This commit is contained in:
mayue
2022-11-17 13:04:52 +08:00
parent 8ae7bd1a00
commit 0d50c31c0c
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -322,7 +322,6 @@ class testcase extends control
{
$this->loadModel('project')->setMenu($this->session->project);
$this->app->rawModule = 'qa';
$this->lang->project->menu->qa['subMenu']->testcase['subModule'] = 'story';
$products = $this->product->getProducts($this->session->project, 'all', '', false);
$productID = $this->product->saveState($productID, $products);
$this->lang->modulePageNav = $this->product->select($products, $productID, 'testcase', 'zeroCase', "projectID=$projectID", $branchID);