* Finish task #41774.

This commit is contained in:
holan20180123
2021-08-24 14:07:01 +08:00
parent e1149ae66c
commit 491f2df2dd
6 changed files with 101 additions and 0 deletions
+12
View File
@@ -151,4 +151,16 @@ $lang->icons['unlock'] = 'unlock-alt';
$lang->icons['confirmStoryChange'] = 'search';
$lang->icons['score'] = 'tint';
$lang->createIcons['todo'] = 'todo';
$lang->createIcons['effort'] = 'time';
$lang->createIcons['bug'] = 'bug';
$lang->createIcons['story'] = 's';
$lang->createIcons['task'] = 't';
$lang->createIcons['testcase'] = 'c';
$lang->createIcons['execution'] = 'run';
$lang->createIcons['project'] = 'project';
$lang->createIcons['product'] = 'product';
$lang->createIcons['program'] = 'program';
$lang->createIcons['doc'] = 'w';
$lang->noMenuModule = array('report', 'my', 'todo', 'effort', 'program', 'product', 'execution', 'task', 'build', 'productplan', 'project', 'projectrelease', 'projectstory', 'story', 'branch', 'release', 'attend', 'leave', 'makeup', 'overtime', 'lieu', 'custom', 'admin', 'mail', 'extension', 'dev', 'backup', 'action', 'cron', 'pssp', 'sms', 'message', 'webhook', 'search', 'score', 'stage', 'entry', 'jenkins', 'gitlab');