From 52b43f801a876e554fccfb8bd0104c7a09b8db66 Mon Sep 17 00:00:00 2001 From: sunguangming Date: Wed, 17 Sep 2025 03:41:19 +0000 Subject: [PATCH] * [story#78218,done,0.2h] finish story. --- module/custom/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/custom/config.php b/module/custom/config.php index 99bf3df68d..8d6e6b90b3 100644 --- a/module/custom/config.php +++ b/module/custom/config.php @@ -67,8 +67,8 @@ $config->custom->fieldList['task']['edit'] = 'module,pri,estimate,estS $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,execution,deadline,type,os,browser,severity,pri,steps,keywords'; -$config->custom->fieldList['bug']['edit'] = 'plan,project,execution,assignedTo,deadline,type,os,browser,severity,pri,steps,keywords'; +$config->custom->fieldList['bug']['create'] = 'module,plan,project,execution,assignedTo,deadline,type,feedbackBy,os,browser,severity,pri,steps,keywords'; +$config->custom->fieldList['bug']['edit'] = 'module,plan,project,execution,assignedTo,deadline,type,feedbackBy,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,module'; $config->custom->fieldList['testcase']['edit'] = 'stage,story,pri,precondition,keywords,status,module';