diff --git a/module/bug/config.php b/module/bug/config.php index b73dec9c3e..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,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/en.php b/module/bug/lang/en.php index 213e98650f..08873aab3c 100644 --- a/module/bug/lang/en.php +++ b/module/bug/lang/en.php @@ -90,6 +90,7 @@ $lang->bug->fromCase = 'From Case'; $lang->bug->toCase = 'To Case'; $lang->bug->colorTag = 'Color'; $lang->bug->fixedRate = 'Fixed Rate'; +$lang->bug->noticefeedbackBy = 'NoticeFeedbackBy'; /* Method list. */ $lang->bug->index = 'Bug Home'; 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..e27cd36740 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); +