From d33804ab3deae26201dc9ca363bff99a56038e80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BB=94=E5=93=A5?= Date: Mon, 15 Jan 2018 15:47:06 +0800 Subject: [PATCH] * Fix bug. --- 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 3ec7d32495..3774d106f3 100644 --- a/module/my/view/task.html.php +++ b/module/my/view/task.html.php @@ -54,7 +54,11 @@ pri;?>'>pri;?> createLink('project', 'browse', "projectid=$task->projectID"), $task->projectName);?> - createLink('task', 'view', "taskID=$task->id"), $task->name, null, "style='color: $task->color'");?> + + team)) echo '' . $this->lang->task->multipleAB . ' ';?> + parent)) echo '' . $this->lang->task->childrenAB . ' ';?> + createLink('task', 'view', "taskID=$task->id"), $task->name, null, "style='color: $task->color'");?> + openedBy);?> assignedTo);?> finishedBy);?>