Merge branch 'zentaopms_239_task_#74859' into 'zentaopms_239'

* Fix bug for task #74859.

See merge request easycorp/zentaopms!6070
This commit is contained in:
王怡栋
2022-11-08 00:30:14 +00:00

View File

@@ -654,6 +654,10 @@ class custom extends control
{
$disabledFeatures['scrum'][] = $feature;
}
elseif($feature == 'waterfall')
{
$disabledFeatures[] = 'project' . ucfirst($feature);
}
else
{
$disabledFeatures[] = $feature;