diff --git a/module/execution/view/edit.html.php b/module/execution/view/edit.html.php index b9c2a16446..33c157f12c 100644 --- a/module/execution/view/edit.html.php +++ b/module/execution/view/edit.html.php @@ -261,7 +261,7 @@ type != 'normal' and isset($branchGroups[$product->id]);?>
'> product->common;?> - type == 'stage' ? "disabled='disabled'" : '';?> + model == 'waterfall' or $project->model == 'waterfallplus') ? "disabled='disabled'" : '';?> id, "class='form-control chosen' $disabled onchange='loadBranches(this)' data-last='" . $product->id . "' data-type='" . $product->type . "'");?> type == 'stage' and !$project->division) echo html::hidden("products[$i]", $product->id);?>