From fbf1a7a0bb162ba3b0cab857decda9fbdef2f247 Mon Sep 17 00:00:00 2001 From: liumengyi Date: Mon, 20 Mar 2023 07:26:56 +0000 Subject: [PATCH] * Fix bug #33093. --- module/task/view/edit.html.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module/task/view/edit.html.php b/module/task/view/edit.html.php index 9e0a61e639..1611e8b294 100644 --- a/module/task/view/edit.html.php +++ b/module/task/view/edit.html.php @@ -118,7 +118,7 @@ foreach(explode(',', $config->task->edit->requiredFields) as $field) - lifetime != 'ops'):?> + lifetime != 'ops' and !in_array($execution->attribute, array('request', 'review'))):?> task->story;?> story, "class='form-control chosen' data-drop_direction='down' data-max_drop_width='0'");?> @@ -288,7 +288,7 @@ foreach(explode(',', $config->task->edit->requiredFields) as $field)