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 )),