Merge branch 'sprint/174_songchenxuan_16953' into 'master'
* Fix bug #16953. See merge request easycorp/zentaopms!694
This commit is contained in:
@@ -1080,7 +1080,7 @@ class bug extends control
|
||||
}
|
||||
}
|
||||
|
||||
$this->loadModel('my')->setMenu();
|
||||
$this->app->loadLang('my');
|
||||
$this->lang->task->menu = $this->lang->my->menu->work;
|
||||
$this->lang->my->menu->work['subModule'] = 'bug';
|
||||
|
||||
|
||||
@@ -978,7 +978,7 @@ class testcase extends control
|
||||
$caseIDList = array_keys($cases);
|
||||
|
||||
/* The cases of my. */
|
||||
$this->loadModel('my')->setMenu();
|
||||
$this->app->loadLang('my');
|
||||
$this->lang->testcase->menu = $this->lang->my->menu->work;
|
||||
$this->lang->my->menu->work['subModule'] = 'testcase';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user