This commit is contained in:
liumengyi
2023-11-08 10:55:33 +08:00
parent 663d84f935
commit ac61d3a403
+1 -1
View File
@@ -401,7 +401,7 @@ class todoZen extends todo
$objectIdList = array();
$allTodos = $this->todo->getList($type, $account, $status);
if($form->data->todoIdList) $todoIdList = $form->data->todoIdList;
if($this->post->todoIdList) $todoIdList = $this->post->todoIdList;
/* Initialize todos whose need to edited. */
foreach($allTodos as $todo)