diff --git a/module/task/view/create.html.php b/module/task/view/create.html.php index aeb188d437..891c29d5e8 100644 --- a/module/task/view/create.html.php +++ b/module/task/view/create.html.php @@ -52,7 +52,7 @@ - config->global->flow != 'onlyTask'):?> + config->global->flow != 'onlyTask' and $project->type != 'ops'):?> task->story;?> diff --git a/module/task/view/edit.html.php b/module/task/view/edit.html.php index aa62d1154c..e81175f53f 100644 --- a/module/task/view/edit.html.php +++ b/module/task/view/edit.html.php @@ -79,7 +79,7 @@ task->module;?> module, 'class="form-control chosen" onchange="loadModuleRelated()"');?> - global->flow != 'onlyTask'):?> + global->flow != 'onlyTask' and $project->type != 'ops'):?> task->story;?> story, "class='form-control chosen'");?>