From 9e5f01dd7b4f2b6dcc2c6d702e6df3fe61548b8b Mon Sep 17 00:00:00 2001 From: liyuchun Date: Wed, 1 Dec 2021 09:59:13 +0800 Subject: [PATCH] * Finish task #45152. --- config/zentaopms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/zentaopms.php b/config/zentaopms.php index ea7a1ec5be..92e5da79e8 100644 --- a/config/zentaopms.php +++ b/config/zentaopms.php @@ -284,4 +284,4 @@ $config->newFeatures = array('introduction', 'tutorial', 'youngBlueTheme'); /* Program privs.*/ $config->programPriv = new stdclass(); $config->programPriv->scrum = array('projectstory', 'projectrelease', 'project', 'build', 'bug', 'testcase', 'testreport', 'caselib', 'doc', 'repo', 'meeting', 'stakeholder'); -$config->programPriv->waterfall = array_merge($config->programPriv->scrum, array('workestimation', 'durationestimation', 'budget', 'programplan', 'review', 'reviewissue', 'weekly', 'cm', 'milestone', 'design', 'issue', 'risk', 'opportunity', 'measrecord', 'auditplan', 'trainplan', 'gapanalysis', 'pssp')); +$config->programPriv->waterfall = array_merge($config->programPriv->scrum, array('workestimation', 'durationestimation', 'budget', 'programplan', 'review', 'reviewissue', 'weekly', 'cm', 'milestone', 'design', 'issue', 'risk', 'opportunity', 'measrecord', 'auditplan', 'trainplan', 'gapanalysis', 'pssp', 'researchplan', 'researchreport'));