* Fix bug #43289.
This commit is contained in:
@@ -132,7 +132,7 @@ $fnGenerateFields = function() use ($config, $lang, $requiredFields, $showFields
|
||||
/* Field for agileplus. */
|
||||
if($name == 'type' && !empty($planID) && in_array($project->model, array('waterfallplus', 'ipd')))
|
||||
{
|
||||
$field['hidden'] = false;
|
||||
$field['hidden'] = $executionType == 'stage';
|
||||
$field['items'] = $lang->execution->typeList;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user