diff --git a/module/task/view/view.html.php b/module/task/view/view.html.php
index df98160303..3b2fca49ee 100644
--- a/module/task/view/view.html.php
+++ b/module/task/view/view.html.php
@@ -87,6 +87,18 @@
storyVerify;?>
+
+ cases)):?>
+
+
+
fetch('file', 'printFiles', array('files' => $task->files, 'fieldset' => 'true'));?>
deleted) echo $actionLinks;?>
@@ -161,18 +173,6 @@
createLink('bug', 'view', "bugID=$task->fromBug"), "#$task->fromBug " . $fromBug->title, '_blank');?> |
- cases)):?>
-
- | task->case;?> |
-
-
- cases as $caseID => $case) echo '- ' . html::a($this->createLink('testcase', 'view', "caseID=$caseID"), "#$caseID " . $case, '_blank') . '
';
- ?>
-
- |
-
-
| task->assignedTo;?> |
assignedTo ? $task->assignedToRealName . $lang->at . $task->assignedDate : '';?> |