From cca215751102a27d87c35821c13139549de9369e Mon Sep 17 00:00:00 2001 From: wangyuting2 <851424971@qq.com> Date: Thu, 27 Oct 2022 08:16:39 +0000 Subject: [PATCH] * Set config. --- config/zentaopms.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/zentaopms.php b/config/zentaopms.php index ae5b21ba77..479fa241b9 100644 --- a/config/zentaopms.php +++ b/config/zentaopms.php @@ -390,7 +390,9 @@ $config->objectTables['stage'] = TABLE_STAGE; $config->objectTables['apistruct'] = TABLE_APISTRUCT; $config->objectTables['repo'] = TABLE_REPO; -$config->newFeatures = array('introduction', 'tutorial', 'youngBlueTheme', 'visions'); +$config->newFeatures = array('introduction', 'tutorial', 'youngBlueTheme', 'visions'); +$config->disabledFeatures = ''; +$config->closedFeatures = ''; $config->pipelineTypeList = array('gitlab', 'gogs', 'gitea', 'jenkins', 'sonarqube');