* Fix bug for task #74859.
This commit is contained in:
@@ -654,6 +654,10 @@ class custom extends control
|
||||
{
|
||||
$disabledFeatures['scrum'][] = $feature;
|
||||
}
|
||||
elseif($feature == 'waterfall')
|
||||
{
|
||||
$disabledFeatures[] = 'project' . ucfirst($feature);
|
||||
}
|
||||
else
|
||||
{
|
||||
$disabledFeatures[] = $feature;
|
||||
|
||||
Reference in New Issue
Block a user