From 8c1b36fb3de252dd31802a2eaa2d6a26ed1d1cbd Mon Sep 17 00:00:00 2001 From: zenggang Date: Fri, 1 Apr 2022 07:49:52 +0000 Subject: [PATCH] * Fix bug#13131,16610 --- module/block/view/todoblock.html.php | 2 +- module/group/control.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module/block/view/todoblock.html.php b/module/block/view/todoblock.html.php index 18562676dd..5ba7617301 100644 --- a/module/block/view/todoblock.html.php +++ b/module/block/view/todoblock.html.php @@ -97,7 +97,7 @@ if(!$selfCall) die(include('./todolist.html.php')); ?>
  • - > + > date == '2030-01-01') :?> todo->periods['future'] ?> diff --git a/module/group/control.php b/module/group/control.php index d3737d9e81..a8b5c03a90 100644 --- a/module/group/control.php +++ b/module/group/control.php @@ -181,7 +181,7 @@ class group extends control if($type == 'byModule') $result = $this->group->updatePrivByModule(); if(dao::isError()) return $this->send(array('result' => 'fail', 'message' => dao::getError())); - return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => inlink('browse'))); + return print(js::alert($this->lang->saveSuccess) . js::execute('window.parent.location.reload()')); } if($type == 'byGroup')