From 68891fa0cf33f209cf579b58c043d349d60062fa Mon Sep 17 00:00:00 2001 From: wangyidong Date: Tue, 1 Sep 2015 15:09:37 +0800 Subject: [PATCH] * finish task #2293. --- module/my/view/task.html.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 @@ - +