* Fix bug#14045.

This commit is contained in:
qiyu-xie
2021-08-18 17:19:03 +08:00
parent 39ddc67619
commit ce2e30f293
+1 -1
View File
@@ -201,7 +201,7 @@
<?php endif;?>
<tr>
<th><?php echo $lang->testcase->type;?></th>
<?php unset($lang->testcase->typeList['unit']);?>
<?php if($case->type != 'unit') unset($lang->testcase->typeList['unit']);?>
<td><?php echo html::select('type', (array)$lang->testcase->typeList, $case->type, "class='form-control chosen'");?></td>
</tr>
<tr>