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:
@@ -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