* Finish task #5546.

This commit is contained in:
Yagami
2019-05-29 09:55:05 +08:00
parent e29b7d93d2
commit 7fd493a1c3
7 changed files with 8 additions and 2 deletions
+2
View File
@@ -71,6 +71,7 @@ js::set('flow', $config->global->flow);
<div class='input-group' id='bugTypeInputGroup'>
<?php
/* Remove the unused types. */
unset($lang->bug->typeList['interface']);
unset($lang->bug->typeList['designchange']);
unset($lang->bug->typeList['newfeature']);
unset($lang->bug->typeList['trackthings']);
@@ -126,6 +127,7 @@ js::set('flow', $config->global->flow);
<div class='input-group' id='bugTypeInputGroup'>
<?php
/* Remove the unused types. */
unset($lang->bug->typeList['interface']);
unset($lang->bug->typeList['designchange']);
unset($lang->bug->typeList['newfeature']);
unset($lang->bug->typeList['trackthings']);