From d2ef694ea6246d32ff761e599149b979085d96c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=80=A1=E6=A0=8B?= Date: Wed, 15 Sep 2021 10:04:28 +0800 Subject: [PATCH] * fix for set realStart when edit task. --- module/task/view/edit.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/task/view/edit.html.php b/module/task/view/edit.html.php index d84696e06b..2f281bc080 100644 --- a/module/task/view/edit.html.php +++ b/module/task/view/edit.html.php @@ -211,7 +211,7 @@ task->realStarted;?> - realStarted) ? helper::now() : $task->realStarted, "class='form-control form-datetime'");?> + realStarted) ? '' : $task->realStarted, "class='form-control form-datetime'");?> task->finishedBy;?>