* Fix bug create execution

This commit is contained in:
lanzongjun
2022-11-18 14:57:52 +08:00
parent da5f7e860b
commit 35fd254797
+1 -1
View File
@@ -150,7 +150,7 @@
<?php $i++;?>
<?php endforeach;?>
<?php endforeach;?>
<?php if($project->model == 'scrum' or empty($products)):?>
<?php if((isset($project->model) and $project->model == 'scrum') or empty($products)):?>
<div class='col-sm-4'>
<div class="input-group">
<?php echo html::select("products[$i]", $allProducts, '', "class='form-control chosen' onchange='loadBranches(this)'");?>