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 @@
}
?>
|
+