-
Bug
-
Resolution: Won't Fix
-
Minor
-
2.2.6, 2.3.3, 2.4
-
MOODLE_22_STABLE, MOODLE_23_STABLE, MOODLE_24_STABLE
-
MOODLE_22_STABLE, MOODLE_23_STABLE, MOODLE_24_STABLE
-
We have
class context_helper extends context
{ ... }However, context::preload_from_record does return the new context, but context_helper::preload_from_record does not. Is that just an oversight (missing return)? I think it is.
- Testing discovered
-
MDL-36259 Some pages does not display the course short name even if "Display extended course names" setting is on.
- Closed