* Finish task #36875.

This commit is contained in:
holan20180123
2021-03-25 11:41:09 +08:00
parent 92986ae8ea
commit ce1edb39fc
2 changed files with 14 additions and 1 deletions
+2
View File
@@ -56,6 +56,8 @@ $config->bug->editor->resolve = array('id' => 'comment', 'tools' => 'bugTools
$config->bug->editor->close = array('id' => 'comment', 'tools' => 'bugTools');
$config->bug->editor->activate = array('id' => 'comment', 'tools' => 'bugTools');
$config->bug->discardedTypes = array('interface', 'designchange', 'newfeature', 'trackthings');
global $lang;
$config->bug->search['module'] = 'bug';
$config->bug->search['fields']['title'] = $lang->bug->title;