This commit is contained in:
sunguangming
2024-01-02 16:08:50 +08:00
parent 5a24dabec9
commit c1dac9c431
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ $fnGenerateFields = function() use ($config, $lang, $requiredFields, $showFields
}
/* Field for agileplus. */
if($name == 'type' && $planID != 0 && $executionType == 'agileplus')
if($name == 'type' && $planID != 0)
{
$field['hidden'] = false;
$field['items'] = $lang->execution->typeList;