This commit is contained in:
tianshujie
2022-04-01 15:50:34 +08:00
parent 4fa721b0bb
commit 4503f0b9d8
4 changed files with 6 additions and 20 deletions
+1 -1
View File
@@ -296,7 +296,7 @@ $lang->kanban->dividerMenu = '';
/* Execution menu. */
$lang->execution->homeMenu = new stdclass();
$lang->execution->homeMenu->all = array('link' => "{$lang->execution->all}|execution|all|", 'alias' => 'batchedit');
$lang->execution->homeMenu->all = array('link' => "{$lang->execution->all}|execution|all|", 'alias' => 'create,batchedit');
if($config->systemMode == 'new') $lang->execution->homeMenu->executionkanban = array('link' => "{$lang->execution->executionKanban}|execution|executionkanban|");
$lang->execution->menu = new stdclass();