diff --git a/module/bug/config.php b/module/bug/config.php index 41d36743df..23ccd42efb 100644 --- a/module/bug/config.php +++ b/module/bug/config.php @@ -39,7 +39,7 @@ $config->bug->list->exportFields = 'id, product, branch, module, project, execut lastEditedDate, files'; if($config->systemMode == 'classic') $config->bug->list->exportFields = str_replace(' project,', '', $config->bug->list->exportFields); -$config->bug->list->customCreateFields = 'execution,feedbackBy,notifyEmail,story,task,pri,severity,os,browser,deadline,mailto,keywords'; +$config->bug->list->customCreateFields = 'execution,noticefeedbackBy,story,task,pri,severity,os,browser,deadline,mailto,keywords'; $config->bug->list->customBatchCreateFields = 'execution,steps,type,pri,deadline,severity,os,browser,keywords'; $config->bug->list->customBatchEditFields = 'type,severity,pri,productplan,assignedTo,deadline,resolvedBy,resolution,os,browser,keywords'; diff --git a/module/bug/lang/zh-cn.php b/module/bug/lang/zh-cn.php index d5555335c9..aab1cf518a 100644 --- a/module/bug/lang/zh-cn.php +++ b/module/bug/lang/zh-cn.php @@ -90,6 +90,7 @@ $lang->bug->fromCase = '来源用例'; $lang->bug->toCase = '生成用例'; $lang->bug->colorTag = '颜色标签'; $lang->bug->fixedRate = '修复率'; +$lang->bug->noticefeedbackBy = '通知反馈者'; /* 方法列表。*/ $lang->bug->index = '首页'; diff --git a/module/bug/view/create.html.php b/module/bug/view/create.html.php index def2c34a4b..89f1e69b3d 100644 --- a/module/bug/view/create.html.php +++ b/module/bug/view/create.html.php @@ -138,6 +138,7 @@ if($this->app->tab == 'project') js::set('objectID', $projectID); +
@@ -146,6 +147,7 @@ if($this->app->tab == 'project') js::set('objectID', $projectID);
+ bug->feedbackBy;?> @@ -156,7 +158,9 @@ if($this->app->tab == 'project') js::set('objectID', $projectID); + +
bug->feedbackBy?> @@ -167,6 +171,7 @@ if($this->app->tab == 'project') js::set('objectID', $projectID); +