* Fix bug#14045.

This commit is contained in:
qiyu-xie
2021-08-05 17:27:58 +08:00
parent 8bdaed8390
commit 29c183ee35
+1
View File
@@ -201,6 +201,7 @@
<?php endif;?>
<tr>
<th><?php echo $lang->testcase->type;?></th>
<?php unset($lang->testcase->typeList['unit']);?>
<td><?php echo html::select('type', (array)$lang->testcase->typeList, $case->type, "class='form-control chosen'");?></td>
</tr>
<tr>