* Use modal instead of new page in my module.

This commit is contained in:
zhujinyong
2021-03-30 14:20:32 +08:00
parent e4a9dcd7e1
commit 8f41f85451
6 changed files with 7 additions and 14 deletions

View File

@@ -333,13 +333,6 @@ class testcase extends control
{
$this->loadModel('execution')->setMenu($this->session->execution);
}
elseif($this->app->openApp == 'my')
{
$this->loadModel('my')->setMenu();
$this->lang->testcase->menu = $this->lang->my->menu->$from;
if($from == 'work') $this->lang->my->menu->work['subModule'] = 'testcase';
if($from == 'contribute') $this->lang->my->menu->contribute['subModule'] = 'testcase';
}
else
{
$this->testcase->setMenu($this->products, $productID, $branch);