From 7a74e2e2eb1d06d0cfc38eff1f9dcfdaa2248825 Mon Sep 17 00:00:00 2001 From: sunguangming Date: Mon, 20 May 2024 13:48:27 +0800 Subject: [PATCH] * Fix bug #49850. --- config/zentaopms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/zentaopms.php b/config/zentaopms.php index 23b7374a12..7f458a1ea3 100644 --- a/config/zentaopms.php +++ b/config/zentaopms.php @@ -723,7 +723,7 @@ $config->waterfallModules = array('workestimation', 'durationestimation', 'budge $config->showMainMenu = true; $config->maxPriValue = '256'; -$config->importWhiteList = array('user', 'task', 'story', 'bug', 'testcase', 'feedback', 'ticket'); +$config->importWhiteList = array('user', 'task', 'epic', 'requirement', 'story', 'bug', 'testcase', 'feedback', 'ticket'); $config->dtable = new stdclass(); $config->dtable->colVars = array('width', 'minWidth', 'type', 'flex', 'fixed', 'sortType', 'checkbox', 'nestedToggle', 'statusMap', 'actionsMap', 'group');