-
Sub-task
-
Resolution: Fixed
-
Major
-
4.1
-
MOODLE_401_STABLE
-
MOODLE_401_STABLE
-
- Examine the webserver logs (webserver.gz, in the artifacts generated by every run) of any CI run (ToBiC included) with this code applied.
- Verify that there isn't any "filterrowlegend" case in the logs.
Detected @ MDL-76064:
Problem E: Debugging: String [filterrowlegend,core_user] is deprecated. It happens 26 times.
2162:[Tue Nov 15 06:02:52.137271 2022] [php:notice] [pid 508] [client 172.28.0.6:33416] Debugging: String [filterrowlegend,core_user] is deprecated. Either you should no longer be using that string, or the string has been incorrectly deprecated, in which case you should report this as a bug. Please refer to https://docs.moodle.org/dev/String_deprecation in
- line 397 of /lib/classes/string_manager_standard.php: call to debugging()
- line 117 of /lib/external/externallib.php: call to core_string_manager_standard->get_string()
- line 261 of /lib/externallib.php: call to core_external::get_string()
- line 81 of /lib/ajax/service.php: call to external_api::call_external_function()
- line 33 of /lib/ajax/service-nologin.php: call to require_once()\n, referer: http://webserver131d771ed741fc3b/behatrun3/user/index.php?id=100000
This is just a regression caused by MDL-72509, where a case of the deprecated string was left in core.
- is a regression caused by
-
MDL-72509 Move the participants filter UI from within core_user to a re-usable API
- Closed