* fix bug for create bug.

This commit is contained in:
wangyidong
2019-08-23 11:21:50 +08:00
parent ff7b160ae5
commit 970b2bb9d9
+1 -1
View File
@@ -290,7 +290,7 @@ js::set('flow', $config->global->flow);
<?php endif;?>
<tr class='hide'>
<th><?php echo $lang->bug->status;?></th>
<td><?php echo html::hidden('status');?></td>
<td><?php echo html::hidden('status', 'active');?></td>
</tr>
<?php $this->printExtendFields('', 'table');?>
<tr>