From 9df3aaf581a4029ae5c558f14649286293ba5f87 Mon Sep 17 00:00:00 2001 From: liugang Date: Tue, 30 Jul 2019 13:08:17 +0800 Subject: [PATCH] * Use function processStatus to get status of a task. --- module/task/view/view.html.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/task/view/view.html.php b/module/task/view/view.html.php index 2715f27be8..2752ed13d9 100644 --- a/module/task/view/view.html.php +++ b/module/task/view/view.html.php @@ -121,7 +121,7 @@ id", '', true); ?>">name;?> deadline;?> assignedTo])) echo $users[$child->assignedTo];?> - task->statusList, $child->status);?> + processStatus('task', $child);?> consumed;?> left;?> @@ -258,7 +258,7 @@ task->status;?> - task->statusList, $task->status);?> + processStatus('task', $task);?> task->progress;?>