* Finish task #48885.
This commit is contained in:
@@ -5,3 +5,7 @@ $config->custom->requiredModules[20] = 'story';
|
||||
$config->custom->requiredModules[35] = 'execution';
|
||||
$config->custom->requiredModules[40] = 'task';
|
||||
$config->custom->requiredModules[85] = 'user';
|
||||
|
||||
$config->custom->fieldList['execution']['create'] = 'desc';
|
||||
$config->custom->fieldList['execution']['edit'] = 'desc,PO,PM,QD,RD';
|
||||
$config->custom->fieldList['story']['create'] = 'module,pri,estimate,keywords';
|
||||
|
||||
@@ -3,6 +3,8 @@ $lang->custom->execution = '看板';
|
||||
$lang->custom->closedExecution = '已关闭' . $lang->custom->execution;
|
||||
$lang->custom->notice->readOnlyOfExecution = "禁止修改后,已关闭{$lang->custom->execution}下的卡片、日志以及关联目标都禁止修改。";
|
||||
|
||||
$lang->custom->moduleName['execution'] = $lang->custom->execution;
|
||||
|
||||
$lang->custom->object = array();
|
||||
$lang->custom->object['project'] = '项目';
|
||||
$lang->custom->object['execution'] = $lang->custom->execution;
|
||||
|
||||
Reference in New Issue
Block a user