This commit is contained in:
liuhong
2023-01-29 01:05:57 +00:00
parent 9605346da7
commit 301eed9e71
+1 -1
View File
@@ -90,7 +90,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 = $showExecution ? '' : 'hidden';?>
<?php $executionClass = !$showExecution ? 'hidden' : '';?>
<div class="table-col executionBox <?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>