* Finish task #48885.

This commit is contained in:
tanghucheng
2022-02-10 15:53:54 +08:00
parent 6c4676b85e
commit 3d498d6d3c
2 changed files with 6 additions and 0 deletions
@@ -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;