diff --git a/module/project/model.php b/module/project/model.php index 65c95f0a36..789a00a2fa 100755 --- a/module/project/model.php +++ b/module/project/model.php @@ -966,9 +966,11 @@ class projectModel extends model if($model == 'noSprint') $this->config->project->includedPriv = $this->config->project->noSprintPriv; - $hasBaseline = true; - $hasAuditplan = true; - $hasProcess = true; + $hasBaseline = true; + $hasAuditplan = true; + $hasProcess = true; + $hasDeliverable = true; + $hasChange = true; if($this->config->edition != 'open' && $projectID) { $project = $this->fetchByID($projectID);