* finish task #2546.

This commit is contained in:
chenfeiCF
2016-04-05 22:30:46 +08:00
parent ee0ace3c75
commit 494ca5ac9d
3 changed files with 55 additions and 4 deletions
+5
View File
@@ -38,6 +38,11 @@ $config->bug->list->exportFields = 'id, product, module, project, story, task,
lastEditedBy,
lastEditedDate, files';
$config->bug->list->customCreateFields = 'project,story,task,os,browser,mailto,keywords';
$config->bug->custom = new stdclass();
$config->bug->custom->create = $config->bug->list->customCreateFields;
$config->bug->editor = new stdclass();
$config->bug->editor->create = array('id' => 'steps', 'tools' => 'bugTools');
$config->bug->editor->edit = array('id' => 'steps,comment', 'tools' => 'bugTools');