* fix bug for create project release.

This commit is contained in:
wangyidong
2022-11-11 17:35:34 +08:00
parent 8c3c3bc660
commit 549290cf9d
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -38,7 +38,7 @@
<td>
<div class='input-group'>
<?php echo html::select('product', $products, $product->id, "onchange='loadBranches(this.value)' class='form-control chosen'");?>
<?php if($product->type != 'normal') echo html::select('branch', $branches, $branch, "class='form-control chosen control-branch' onchange='loadBuilds()'");?>
<?php if($product->type != 'normal') echo html::select('branch', $branches, $branch, "class='form-control chosen control-branch'");?>
</div>
</td>
<td></td>