From 4f60c73ab5c73cf8965ac222b82e90a1db085085 Mon Sep 17 00:00:00 2001 From: liuyongkai Date: Fri, 12 Aug 2022 08:52:29 +0000 Subject: [PATCH] * Fix bug #26364 --- module/execution/view/edit.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/view/edit.html.php b/module/execution/view/edit.html.php index 97e0b3d9ad..5f98f51b32 100644 --- a/module/execution/view/edit.html.php +++ b/module/execution/view/edit.html.php @@ -23,7 +23,7 @@ arrow . ' ' . $lang->execution->edit;?> - id);?> + systemMode == 'new') echo html::hidden('project', $project->id);?>
systemMode == 'new' and isset($project)):?>