From 0f7d855f3ebf0b81e8f9c65d36eddbb792b9f3a2 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Tue, 28 Feb 2023 17:05:37 +0800 Subject: [PATCH] * Code for fix bug #32511. --- module/execution/view/importtask.html.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/module/execution/view/importtask.html.php b/module/execution/view/importtask.html.php index 30b3b5adf5..a12fcc7455 100644 --- a/module/execution/view/importtask.html.php +++ b/module/execution/view/importtask.html.php @@ -44,7 +44,9 @@ task->leftAB;?> task->deadlineAB;?> statusAB;?> + lifetime != 'ops' and !in_array($execution->attribute, array('request', 'review'))):?> task->story;?> + @@ -65,6 +67,7 @@ left . ' ' . $lang->execution->workHourUnit;?> deadline, 0, 4) > 0) echo '' . $task->deadline . '';?> processStatus('task', $task);?> + lifetime != 'ops' and !in_array($execution->attribute, array('request', 'review'))):?> storyID) @@ -80,6 +83,7 @@ } ?> +