From 0f975ee3c46e8a74f2649fbb397464a9b8e8f01b Mon Sep 17 00:00:00 2001 From: zhengrunyu Date: Tue, 9 Nov 2021 13:48:06 +0800 Subject: [PATCH] *Finish task #44157. --- module/my/view/task.html.php | 2 +- module/project/model.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module/my/view/task.html.php b/module/my/view/task.html.php index f5220cb44a..bc4a1369b7 100644 --- a/module/my/view/task.html.php +++ b/module/my/view/task.html.php @@ -89,7 +89,7 @@ pri;?>' title='task->priList, $task->pri);?>'>task->priList, $task->pri);?> ' title='name?>'> team)) echo '' . $this->lang->task->multipleAB . ' ';?> - parent > 0) echo '' . $this->lang->task->childrenAB . ' ' . html::a($this->createLink('task', 'view', "taskID=$task->parent", '', '', $task->project), $task->parentName) . ' / ';?> + parent > 0) echo '' . $this->lang->task->childrenAB . ' ' . html::a($this->createLink('task', 'view', "taskID=$task->parent" , '' , '', $task->project) , $task->parentName,'',"title='{$task->parentName}'") . ' / ' ;?> createLink('task', 'view', "taskID=$task->id", '', '', $task->project), $task->name, null, "style='color: $task->color' data-group='execution'");?> children)) echo '';?> diff --git a/module/project/model.php b/module/project/model.php index d76467522a..7687266dfd 100644 --- a/module/project/model.php +++ b/module/project/model.php @@ -1437,7 +1437,7 @@ class projectModel extends model if($id == 'id') $class .= ' cell-id'; - if($id=='code') $title = "title='{$project->code}'"; + if($id == 'code') $title = "title={$project->code}"; if($id == 'name') {