* finish task#1190.

This commit is contained in:
chencongzhi520@gmail.com
2013-04-11 08:32:09 +00:00
parent f5867097f4
commit 921a09eef0
15 changed files with 29 additions and 14 deletions
+2 -1
View File
@@ -117,4 +117,5 @@ $config->bug->list->exportFields = 'id, product, module, project, story, task,
$config->bug->editor = new stdclass();
$config->bug->editor->create = array('id' => 'steps', 'tools' => 'bugTools');
$config->bug->editor->edit = array('id' => 'steps', 'tools' => 'bugTools');
$config->bug->editor->edit = array('id' => 'steps,comment', 'tools' => 'bugTools');
$config->bug->editor->view = array('id' => 'comment', 'tools' => 'bugTools');