From 0f1117b60c403c8069b5c1d540a1d6ccc145ff86 Mon Sep 17 00:00:00 2001 From: sunguangming Date: Wed, 17 Dec 2025 07:05:51 +0000 Subject: [PATCH] * [task#154111,done,0.2h] finish task. --- config/zentaopms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/zentaopms.php b/config/zentaopms.php index 58901d7879..a3bb1ccbc0 100644 --- a/config/zentaopms.php +++ b/config/zentaopms.php @@ -762,7 +762,7 @@ $config->pgsqlDriverList = array('postgres', 'highgo'); $config->programPriv = new stdclass(); $config->programPriv->noSprint = array('task', 'story', 'requirement', 'epic', 'tree', 'project', 'execution', 'projectbuild', 'bug', 'testcase', 'testreport', 'doc', 'repo', 'stakeholder', 'projectrelease', 'issue', 'risk', 'opportunity', 'meeting', 'pssp', 'auditplan'); $config->programPriv->scrum = array('story', 'requirement', 'epic', 'productplan', 'tree', 'projectplan', 'projectstory', 'projectrelease', 'project', 'execution', 'projectbuild', 'bug', 'testcase', 'testreport', 'doc', 'repo', 'meeting', 'stakeholder', 'testtask', 'issue', 'risk', 'opportunity'); -$config->programPriv->waterfall = array_merge($config->programPriv->scrum, array('workestimation', 'durationestimation', 'budget', 'programplan', 'review', 'reviewissue', 'weekly', 'cm', 'milestone', 'design', 'measrecord', 'auditplan', 'trainplan', 'gapanalysis', 'pssp', 'researchplan', 'researchreport')); +$config->programPriv->waterfall = array_merge($config->programPriv->scrum, array('workestimation', 'durationestimation', 'budget', 'programplan', 'review', 'reviewissue', 'weekly', 'cm', 'projectchange', 'milestone', 'design', 'measrecord', 'auditplan', 'trainplan', 'gapanalysis', 'pssp', 'researchplan', 'researchreport')); $config->programPriv->agileplus = $config->programPriv->scrum; $config->programPriv->waterfallplus = $config->programPriv->waterfall; $config->programPriv->ipd = $config->programPriv->waterfall;