* Fix bugs of mutual_test.

This commit is contained in:
daitingting
2022-10-11 05:17:07 +00:00
parent 876cde442e
commit f5d987b55d
4 changed files with 19 additions and 15 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ if($this->app->tab == 'project') js::set('objectID', $projectID);
<div class='table-col' id='projectBox'>
<?php echo html::select('project', $projects, $projectID, "class='form-control chosen' onchange='loadProductExecutions({$productID}, this.value)'");?>
</div>
<?php $executionClass = ($execution and $execution->multiple) ? 'hidden' : '';?>
<?php $executionClass = ($execution and !$execution->multiple) ? 'hidden' : '';?>
<div class="table-col <?php echo $executionClass;?>">
<div class='input-group' id='executionIdBox'>
<span class='input-group-addon fix-border' id='executionBox'><?php echo $projectModel == 'kanban' ? $lang->bug->kanban : $lang->bug->execution;?></span>