-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
5.1
We should tidy up the data that is being sent in response to course requests, that originated in MDL-85003
From https://github.com/moodle/moodle/commit/d8ce093322a261190e5d45a2c63e5e7112c5036d
- Course shortname and fullname are unformatted
- Course category is returning the numeric category ID, instead of the name (it's clear from the earlier screenshots in
MDL-85003what was intended, but this was never implemented or tested) - All the fields are null coalesced, which doesn't make sense when calling methods that return string
This is what an admin receives for a multilanguage filtered site:
This is how the same data is presented in the pending requests table:
Fix the email so it matches that admin UI