From 133eac3fb65b7fe02a621d176078ba910bb7197a Mon Sep 17 00:00:00 2001 From: tianshujie98 Date: Tue, 3 Aug 2021 08:57:44 +0800 Subject: [PATCH] * Resolved issue #368. --- module/my/view/bug.html.php | 4 ++-- module/my/view/task.html.php | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/module/my/view/bug.html.php b/module/my/view/bug.html.php index d137a7288d..2dd32e1d37 100644 --- a/module/my/view/bug.html.php +++ b/module/my/view/bug.html.php @@ -62,7 +62,7 @@ openedByAB);?> rawMethod == 'work'):?> - bug->deadline);?> + bug->deadlineAB);?> bug->assignedTo);?> @@ -114,7 +114,7 @@ openedBy);?> rawMethod == 'work'):?> - deadline, 0, 4) > 0) echo $bug->deadline;?> + deadline, 0, 4) > 0) echo substr($bug->deadline, 5, 6);?> bug->printAssignedHtml($bug, $users);?> diff --git a/module/my/view/task.html.php b/module/my/view/task.html.php index 909adcd13f..1c777b2ce0 100644 --- a/module/my/view/task.html.php +++ b/module/my/view/task.html.php @@ -55,7 +55,7 @@ openedByAB);?> rawMethod == 'work'):?> - task->deadline);?> + task->deadlineAB);?> task->assignedTo);?> @@ -95,7 +95,7 @@ openedBy);?> rawMethod == 'work'):?> - deadline, 0, 4) > 0) echo $task->deadline;?> + deadline, 0, 4) > 0) echo substr($task->deadline, 5, 6);?> task->printAssignedHtml($task, $users);?> @@ -159,7 +159,7 @@ openedBy);?> rawMethod == 'work'):?> - deadline, 0, 4) > 0) echo $child->deadline;?> + deadline, 0, 4) > 0) echo substr($child->deadline, 5, 6);?> task->printAssignedHtml($child, $users);?>