-
Bug
-
Resolution: Won't Fix
-
Trivial
-
None
-
1.9.9
-
None
-
None
-
Any
-
MOODLE_19_STABLE
In user/index.php, select, say, '2 weeks' for "Inactive for more than". Now, change pages (if there are enough results) or select a surname/firstname filter. The "inactive for" filter is now reset.
This can be fixed by changing (at around line 270):
$baseurl = preg_replace('/&accesssince='.$accesssince.'/','',$baseurl);
|
popup_form($baseurl.'&accesssince=',$timeoptions,'timeoptions', ...
|
to:
$accesssinceurl = preg_replace('/&accesssince='.$accesssince.'/','',$baseurl);
|
popup_form($accesssinceurl.'&accesssince=',$timeoptions,'timeoptions', ...
|
- duplicates
-
MDL-41645 Participants Page: 'Inactive for' filter is not saved between paging
-
- Closed
-