From 15d21114127dfc21544f2bfa4eef47745fa46833 Mon Sep 17 00:00:00 2001 From: liumengyi Date: Mon, 4 Mar 2024 15:49:10 +0800 Subject: [PATCH] * Fix bug #46468. --- module/todo/ui/edit.html.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/todo/ui/edit.html.php b/module/todo/ui/edit.html.php index de21e4fac9..157d0c7de1 100644 --- a/module/todo/ui/edit.html.php +++ b/module/todo/ui/edit.html.php @@ -452,6 +452,7 @@ formPanel 'id' => 'private', 'name' => 'private', 'text' => $lang->todo->private, + 'value' => !empty($todo->private) ? 'on' : '0', 'checked' => !empty($todo->private) ) ),