Merge branch 'sprint/174_songchenxuan_16953' into 'master'

* Fix bug #16953.

See merge request easycorp/zentaopms!694
This commit is contained in:
李玉春
2021-12-01 05:13:53 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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';
+1 -1
View File
@@ -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';