-
Bug
-
Resolution: Fixed
-
Minor
-
3.11.1
-
MOODLE_311_STABLE
-
MOODLE_310_STABLE, MOODLE_311_STABLE
-
When exporting data for a user using the privacy tool, for a user whose description field contains files (e.g. embedded images) - the file link is broken in the exported archive when viewing the user data
The following debugging notice is also triggered during the export process:
Processing core_user (26/27) (Wednesday, 14 July 2021, 8:43 PM)
|
++ Before calling format_text(), the content must be processed with file_rewrite_pluginfile_urls() ++
|
* line 1347 of /lib/weblib.php: call to debugging()
|
* line 379 of /user/classes/privacy/provider.php: call to format_text()
|
* line 222 of /user/classes/privacy/provider.php: call to core_user\privacy\provider::export_user()
|
* line 8010 of /lib/moodlelib.php: call to core_user\privacy\provider::export_user_data()
|
* line 578 of /privacy/classes/manager.php: call to component_class_callback()
|
* line 611 of /privacy/classes/manager.php: call to core_privacy\manager::component_class_callback()
|
* line 339 of /privacy/classes/manager.php: call to core_privacy\manager->handled_component_class_callback()
|
* line 79 of /privacy-export.php: call to core_privacy\manager->export_user_data()
|