-
Bug
-
Resolution: Fixed
-
Minor
-
4.1 regressions, 4.5
See the following from webserver error logs:
[Fri Aug 16 15:56:10.840666 2024] [php:notice] [pid 9385] [client 192.168.123.1:35432] Debugging: Before calling format_text(), the content must be processed with file_rewrite_pluginfile_urls() in
|
* line 294 of /lib/classes/formatting.php: call to debugging()
|
* line 617 of /lib/weblib.php: call to core\\formatting->format_text()
|
* line 564 of /user/lib.php: call to format_text()
|
* line 2729 of /mod/assign/externallib.php: call to user_get_user_details()
|
* line ? of unknownfile: call to mod_assign_external::list_participants()
|
* line 253 of /lib/external/classes/external_api.php: call to call_user_func_array()
|
* line 83 of /lib/ajax/service.php: call to core_external\\external_api::call_external_function()
|
, referer: http://moodle.internal/master/mod/assign/view.php?id=135&action=grading
|
Seems to come from MDL-77468
Replication steps:
- Enable developer debugging
- Create a courseĀ
- Enrol some students
- Create a group
- Set some text in the group description, setting format to HTML
- Edit the description again and add some media (video, image, etc.)
- Save the group
- Create an assignment (groups mode doesn't need to be set, nor does group submissions)
- Click "View all submissions"
- Select the group you created earlier from the select
Expected: No debugging in web server logs
Actual: Observe the debugging message, as above
- is a regression caused by
-
MDL-77468 Capability checks for some user profile fields are not consistent between LMS and WebServices
-
- Closed
-