From c67d09a090d887dd4f08bcf0b34b49fdaf428ae3 Mon Sep 17 00:00:00 2001 From: zenggang Date: Thu, 7 Apr 2022 09:30:51 +0000 Subject: [PATCH] * Fix bug#20900 --- module/custom/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/custom/config.php b/module/custom/config.php index 71caf458a9..ff9462b546 100644 --- a/module/custom/config.php +++ b/module/custom/config.php @@ -54,7 +54,7 @@ $config->custom->fieldList['task']['finish'] = 'comment'; $config->custom->fieldList['task']['activate'] = 'assignedTo,comment'; $config->custom->fieldList['build'] = 'scmPath,filePath,desc'; $config->custom->fieldList['bug']['create'] = 'module,project,deadline,type,os,browser,severity,pri,steps,keywords'; -$config->custom->fieldList['bug']['edit'] = 'plan,assignedTo,deadline,type,os,browser,severity,pri,steps,keywords'; +$config->custom->fieldList['bug']['edit'] = 'plan,project,assignedTo,deadline,type,os,browser,severity,pri,steps,keywords'; $config->custom->fieldList['bug']['resolve'] = 'resolvedBuild,resolvedDate,assignedTo,comment'; $config->custom->fieldList['testcase']['create'] = 'stage,story,pri,precondition,keywords'; $config->custom->fieldList['testcase']['edit'] = 'stage,story,pri,precondition,keywords,status';