diff --git a/module/custom/config.php b/module/custom/config.php index ff9462b546..9b42284642 100644 --- a/module/custom/config.php +++ b/module/custom/config.php @@ -48,8 +48,8 @@ $config->custom->fieldList['release']['create'] = 'desc'; $config->custom->fieldList['release']['edit'] = 'desc'; $config->custom->fieldList['execution']['create'] = 'days,desc,PO,PM,QD,RD'; $config->custom->fieldList['execution']['edit'] = 'days,desc,PO,PM,QD,RD'; -$config->custom->fieldList['task']['create'] = 'story,pri,estimate,desc,estStarted,deadline'; -$config->custom->fieldList['task']['edit'] = 'pri,estimate,estStarted,deadline'; +$config->custom->fieldList['task']['create'] = 'module,story,pri,estimate,desc,estStarted,deadline'; +$config->custom->fieldList['task']['edit'] = 'module,pri,estimate,estStarted,deadline'; $config->custom->fieldList['task']['finish'] = 'comment'; $config->custom->fieldList['task']['activate'] = 'assignedTo,comment'; $config->custom->fieldList['build'] = 'scmPath,filePath,desc';