-
Bug
-
Resolution: Fixed
-
Minor
-
4.3
-
MOODLE_403_STABLE
-
MOODLE_403_STABLE
-
Table reload actions (e.g. paging, sorting, filtering) are executed via AJAX requests, so when we refer to qualified_me() here we are getting back the WS endpoint, and producing a URL like this:
http://localhost:8000/badges/action.php?id=1&sesskey=KlFF4p8KLw&activate=1&return=%2Flib%2Fajax%2Fservice.php%3Fsesskey%3DKlFF4p8KLw%26info%3Dcore_table_get_dynamic_table_content
|
Subsequently clicking the action, eventually redirects you to /lib/ajax/service.php with an error, instead of redirecting you back to where you originated
This was mentioned in point 11 here but we missed this last remaining case (my bad)
- is a regression caused by
-
MDL-77061 Add search and filter function in Manage Badges page
- Closed