-
Bug
-
Resolution: Fixed
-
Minor
-
2.3.2
-
MOODLE_23_STABLE
-
MOODLE_23_STABLE, MOODLE_24_STABLE
-
This issue reports and provides the fix to improve on the work done in MDL-34704.
A few admin screens display course fullname that does not respect the setting "Display extended course names" setting on Site administration > Appearance > Courses.
I went through the Moodle site/code and found 4 areas of the site to modify and improve:
1) When viewing user profile, the course profiles field does not respect the setting (/user/profile.php and /user/view.php)
2) Course metadata link page's dropdown (/enrol/instances.php)
3) The pages that list the courses a module or block is found in (/moodle/course/search.php?modulelist... and /course/search.php?blocklist....)
4) The course dropdown filter when viewing logs (/report/log/index.php)
- Discovered while testing
-
MDL-37115 context_helper::preload_from_record does not return the new context
-
- Closed
-
- has a non-specific relationship to
-
MDL-37558 Display the course short name for more pages "Display extended course names" setting is on.
-
- Closed
-
- is a regression caused by
-
MDL-34704 context_course::get_context_name should respect $CFG->courselistshortnames
-
- Closed
-