From 92bf672363583b585c8f4e4d38bf77f41ff8af13 Mon Sep 17 00:00:00 2001 From: sunguangming Date: Thu, 11 Dec 2025 05:30:06 +0000 Subject: [PATCH] * [misc] add default var. --- module/project/model.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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);