* Make task::start useable.

This commit is contained in:
sunguangming
2023-06-13 11:20:08 +08:00
parent 5c50b0c021
commit f23bd4f618
4 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ else
set::width('1/3'),
set::label($lang->task->realStarted),
set::name('realStarted'),
set::control('date'),
set::control('datetime'),
set::value(helper::isZeroDate($task->realStarted) ? helper::now() : $task->realStarted)
),
formRow