* Fix bug #39500,39464,39447.

This commit is contained in:
tanghucheng
2023-10-16 22:16:46 -04:00
parent b4f07a1d68
commit f94685f6fb
3 changed files with 8 additions and 1 deletions
+2
View File
@@ -36,7 +36,9 @@
<?php endif;?>
<?php if(isset($noMultipleExecutionID)):?>
<tr class='hide'>
<?php echo html::hidden('execution', $noMultipleExecutionID);?>
</tr>
<?php else:?>
<tr class='<?php echo ($app->tab == 'execution' and $executionID) ? 'hide' : '';?>'>
<th class='w-100px'><?php echo $lang->testtask->execution;?></th>