From adc8d2d267831843d56501e129fbdb9ca07f5ec3 Mon Sep 17 00:00:00 2001 From: liugang Date: Thu, 6 Apr 2023 10:11:42 +0000 Subject: [PATCH] + Move the config of bi from biz version to open source version. --- config/zentaopms.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/zentaopms.php b/config/zentaopms.php index e729a96634..36d210be9d 100644 --- a/config/zentaopms.php +++ b/config/zentaopms.php @@ -442,3 +442,6 @@ $config->featureGroup->agileplus = array(); $config->featureGroup->waterfallplus = array(); $config->featureGroup->assetlib = array(); $config->featureGroup->other = array('devops', 'kanban'); + +$config->bi = new stdclass(); +$config->bi->pickerHeight = 150;