* Finish task #36756.

This commit is contained in:
holan20180123
2021-03-19 17:59:08 +08:00
parent c681e42bfb
commit dd35ed8c5b
4 changed files with 12 additions and 6 deletions
+3 -3
View File
@@ -799,7 +799,6 @@ class testcase extends control
$this->view->title = $product->name . $this->lang->colon . $this->lang->testcase->batchEdit;
}
}
/* The cases of my. */
else
{
/* Get the edited cases. */
@@ -809,9 +808,10 @@ class testcase extends control
->fetchAll('id');
$caseIDList = array_keys($cases);
$this->lang->testcase->menu = $this->lang->my->menu;
$this->lang->testcase->menuOrder = $this->lang->my->menuOrder;
/* The cases of my. */
$this->loadModel('my')->setMenu();
$this->lang->testcase->menu = $this->lang->my->workMenu;
$this->lang->my->menu->myWork['subModule'] = 'testcase';
$this->view->position[] = html::a($this->server->http_referer, $this->lang->my->testCase);
$this->view->title = $this->lang->testcase->batchEdit;