* Fix bug for task #74859.

This commit is contained in:
daitingting
2022-11-07 08:54:16 +00:00
parent d354c68adf
commit 03ff1ab5b0
+4
View File
@@ -654,6 +654,10 @@ class custom extends control
{
$disabledFeatures['scrum'][] = $feature;
}
elseif($feature == 'waterfall')
{
$disabledFeatures[] = 'project' . ucfirst($feature);
}
else
{
$disabledFeatures[] = $feature;