* Finish task #72677.
This commit is contained in:
Regular → Executable
+5
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user