From 61b24395934ea2598b57fa4ac005d2853a89e5ad Mon Sep 17 00:00:00 2001 From: tianshujie98 Date: Mon, 21 Jun 2021 14:30:54 +0800 Subject: [PATCH] * Fix bug 13268. --- 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 b750893a97..e1931015f9 100644 --- a/module/task/view/edit.html.php +++ b/module/task/view/edit.html.php @@ -210,7 +210,7 @@ task->realStarted;?> - realStarted, "class='form-control form-datetime'");?> + realStarted) ? helper::now() : $task->realStarted, "class='form-control form-datetime'");?> task->finishedBy;?>