This commit is contained in:
lanzongjun
2022-05-25 15:58:26 +08:00
parent 0a84e5fb81
commit 36010b797f
+5 -4
View File
@@ -137,10 +137,11 @@ if($this->app->tab == 'project') js::set('objectID', $bug->project);
</tr>
<tr>
<th><?php echo $lang->bug->status;?></th>
<td><?php
echo zget($lang->bug->statusList, $bug->status);
echo html::hidden('status', $bug->status);
?>
<td>
<?php
echo zget($lang->bug->statusList, $bug->status);
echo html::hidden('status', $bug->status);
?>
</td>
</tr>
<tr>