diff --git a/module/execution/ui/create.field.php b/module/execution/ui/create.field.php index 30f00a6571..6860e0e589 100644 --- a/module/execution/ui/create.field.php +++ b/module/execution/ui/create.field.php @@ -46,6 +46,7 @@ $fields->field('type') ->label($showExecutionExec ? $lang->execution->execType : $lang->execution->type) ->name($isStage ? 'attribute' : 'lifetime') ->hidden($isKanban) + ->value('short') ->items($isStage ? $lang->stage->typeList : $lang->execution->lifeTimeList); $plan = data('plan');