From fc63dab684c4e4001ca2ca16f9e0b92203275811 Mon Sep 17 00:00:00 2001 From: caoyanyi Date: Thu, 25 Jan 2024 14:02:59 +0800 Subject: [PATCH] * Adjust execution method for execution edit. --- module/execution/ui/edit.field.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/ui/edit.field.php b/module/execution/ui/edit.field.php index c7fc83a39a..c115a5a066 100644 --- a/module/execution/ui/edit.field.php +++ b/module/execution/ui/edit.field.php @@ -34,7 +34,7 @@ if($project) $fields->field('project') ->label($lang->execution->method) ->disabled() - ->value(zget($lang->execution->typeList, data('execution.project'))); + ->value(zget($lang->execution->typeList, data('execution.type'))); } elseif($app->tab == 'project' && $project->model == 'waterfallplus') {