diff --git a/module/project/ui/execution.html.php b/module/project/ui/execution.html.php index 52ef2b8cf6..d8170e69d7 100644 --- a/module/project/ui/execution.html.php +++ b/module/project/ui/execution.html.php @@ -63,7 +63,7 @@ $fnGenerateCols = function() use ($config, $project) if(!$this->cookie->showTask) { $fieldList['name']['type'] = 'title'; - unset($fieldList['name']['nestedToggle']); + if(!in_array($project->model, array('waterfall', 'waterfallplus'))) unset($fieldList['name']['nestedToggle']); } return array_values($fieldList);