From 05192bdb3e070fc48eae2a50e65a1d78df6a0e28 Mon Sep 17 00:00:00 2001 From: zhouxin Date: Thu, 6 Jan 2022 03:21:03 +0000 Subject: [PATCH] Fix bug. --- module/project/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/project/config.php b/module/project/config.php index 071d385551..37ee12266f 100644 --- a/module/project/config.php +++ b/module/project/config.php @@ -131,5 +131,5 @@ $config->project->removePriv['doc'] = array('catalog', 'index'); $config->project->removePriv['auditplan'] = array('delete'); $config->project->checkList = new stdclass(); -$config->project->checkList->scrum = array('bug', 'execution', 'meeting', 'release', 'build', 'doc', 'testtask', 'risk', 'issue', 'case'); +$config->project->checkList->scrum = array('bug', 'execution', 'build', 'doc', 'case'); $config->project->checkList->waterfall = array('execution', 'design', 'doc', 'bug', 'case', 'build', 'release', 'testtask', 'review', 'build', 'researchplan', 'issue', 'risk', 'opportunity', 'auditplan', 'gapanalysis', 'meeting');