* Fix bug create execution
This commit is contained in:
@@ -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)'");?>
|
||||
|
||||
Reference in New Issue
Block a user