* [misc] add default var.

This commit is contained in:
sunguangming
2025-12-11 05:30:29 +00:00
parent e065c557c2
commit 92bf672363
+5 -3
View File
@@ -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);