-
Bug
-
Resolution: Fixed
-
Minor
-
4.0
-
MOODLE_400_STABLE
-
MOODLE_400_STABLE
-
When displaying custom fields (e.g. those from a course) in a report, we need to select the field context in order to format it
We need the appropriate context specifically for the textarea custom field type to format it's output correctly: https://github.com/moodle/moodle/blob/f62cd4484e98b928b8f26d98022f25e48fd36464/customfield/field/textarea/classes/data_controller.php#L174-L177 (e.g. rewriting pluginfile URLs)