diff --git a/module/project/control.php b/module/project/control.php old mode 100644 new mode 100755 index 6005ee18f3..6340f54eaa --- a/module/project/control.php +++ b/module/project/control.php @@ -1561,6 +1561,11 @@ class project extends control if($project->model == 'scrum') unset($this->lang->resource->projectstory->track); if(!$project->multiple) $this->config->project->includedPriv = $this->config->project->noSprintPriv; + if(!$project->multiple and !$project->hasProduct) + { + unset($this->lang->resource->story->batchChangePlan); + unset($this->lang->resource->execution->importplanstories); + } $this->view->project = $project; $this->lang->resource = $this->project->processProjectPrivs($project->multiple ? $project->model : 'noSprint');