diff --git a/module/custom/config.php b/module/custom/config.php index f5e4b2ef6a..b064c74147 100644 --- a/module/custom/config.php +++ b/module/custom/config.php @@ -52,7 +52,7 @@ $config->custom->fieldList['testcase']['edit'] = 'stage,story,pri,precondi $config->custom->fieldList['testsuite'] = 'desc'; $config->custom->fieldList['testcase']['createcase'] = 'lib,stage,pri,precondition,keywords'; $config->custom->fieldList['testreport'] = 'begin,end,members,report'; -$config->custom->fieldList['testtask'] = 'owner,pri,status,desc'; +$config->custom->fieldList['testtask'] = 'owner,pri,status,desc,comment'; $config->custom->fieldList['doc'] = 'keywords,content'; $config->custom->fieldList['user']['create'] = 'dept,role,email,commiter'; $config->custom->fieldList['user']['edit'] = 'dept,role,email,commiter,skype,qq,mobile,phone,address,zipcode,wangwang,gtalk';