diff --git a/module/my/view/task.html.php b/module/my/view/task.html.php
index 7daa3c2230..f20db29a74 100644
--- a/module/my/view/task.html.php
+++ b/module/my/view/task.html.php
@@ -32,6 +32,8 @@
priAB);?> |
task->project);?> |
task->name);?> |
+ task->assignedTo);?> |
+ task->finishedBy);?> |
task->estimateAB);?> |
task->consumedAB);?> |
task->leftAB);?> |
@@ -53,6 +55,8 @@
task->priList, $task->pri, $task->pri);?>'>task->priList, $task->pri, $task->pri);?> |
createLink('project', 'browse', "projectid=$task->projectID"), $task->projectName);?> |
createLink('task', 'view', "taskID=$task->id"), $task->name);?> |
+ assignedTo];?> |
+ finishedBy];?> |
estimate;?> |
consumed;?> |
left;?> |
@@ -74,7 +78,7 @@
- |
+ |
|