* Code for finish task #83722.

This commit is contained in:
tianshujie
2023-02-07 16:55:04 +08:00
parent e89612ba41
commit 1cc9d33efc
8 changed files with 50 additions and 19 deletions
+4 -1
View File
@@ -95,7 +95,10 @@ $lang->admin->menuList->feature['tabMenu']['my']['todo'] = array('link' => "{$l
$lang->admin->menuList->feature['tabMenu']['my']['block'] = array('link' => "{$lang->block->common}|custom|set|module=block&field=closed");
if($config->vision == 'lite') $lang->admin->menuList->feature['tabMenu']['my']['task'] = array('link' => "{$lang->task->common}|custom|required|module=task", 'links' => array('custom|set|module=task&field=priList'));
$lang->admin->menuList->feature['tabMenu']['product']['product'] = array('link' => "{$lang->productCommon}|custom|required|module=product", 'links' => array("custom|browsestoryconcept|", 'custom|product|'), 'alias' => 'browsestoryconcept');
$lang->admin->menuList->feature['tabMenu']['product']['product'] = array('link' => "{$lang->productCommon}|custom|required|module=product", 'links' => array("custom|browsestoryconcept|", 'custom|product|'), 'alias' => 'browsestoryconcept');
$lang->admin->menuList->feature['tabMenu']['product']['story'] = array('link' => "{$lang->productCommon}|custom|required|module=story", 'links' => array("custom|set|module=story&field=categoryList"));
$lang->admin->menuList->feature['tabMenu']['product']['productplan'] = array('link' => "{$lang->productCommon}|custom|required|module=productplan");
$lang->admin->menuList->feature['tabMenu']['product']['release'] = array('link' => "{$lang->productCommon}|custom|required|module=release");
$lang->admin->menuList->feature['menuOrder']['5'] = 'my';
$lang->admin->menuList->feature['menuOrder']['10'] = 'product';