* Finish task #36755.
This commit is contained in:
@@ -902,11 +902,12 @@ class bug extends control
|
||||
}
|
||||
}
|
||||
|
||||
$this->lang->navGroup->bug = 'my';
|
||||
$this->lang->noMenuModule[] = 'bug';
|
||||
$this->lang->bug->menu = $this->lang->my->menu;
|
||||
$this->lang->bug->menuOrder = $this->lang->my->menuOrder;
|
||||
$this->loadModel('my')->setMenu();
|
||||
$moduleIndex = array_search('bug', $this->lang->noMenuModule);
|
||||
if($moduleIndex !== false) unset($this->lang->noMenuModule[$moduleIndex]);
|
||||
$this->lang->task->menu = $this->lang->my->workMenu;
|
||||
$this->lang->my->menu->myWork['subModule'] = 'bug';
|
||||
|
||||
$this->view->position[] = html::a($this->createLink('my', 'bug'), $this->lang->my->bug);
|
||||
$this->view->title = "BUG" . $this->lang->bug->batchEdit;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user