From 559f756c79bc17efce33d2a35c0166c923fa4705 Mon Sep 17 00:00:00 2001 From: wangzemei Date: Wed, 10 May 2023 20:55:32 +0800 Subject: [PATCH] * Adjust cycle date. --- module/todo/ui/edit.html.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module/todo/ui/edit.html.php b/module/todo/ui/edit.html.php index 7edafb4a67..03cb4f1cda 100644 --- a/module/todo/ui/edit.html.php +++ b/module/todo/ui/edit.html.php @@ -131,7 +131,8 @@ function buildCycleOfDayConfig(object $todo): mixed ( set(array ( - 'name' => 'date', + 'class' => 'cycle-date', + 'name' => 'config[date]', 'type' => 'date', 'value' => $todo->date )),