From 95d6bf9c6b5ec9d8cb6cf8f11436dfe98388a8cf Mon Sep 17 00:00:00 2001 From: Yagami Date: Tue, 13 Nov 2018 15:36:15 +0800 Subject: [PATCH] * Add custom filed to testtask. --- 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 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';