-
Improvement
-
Resolution: Fixed
-
Minor
-
4.5
-
MOODLE_405_STABLE
-
MOODLE_500_STABLE
-
MDL-83473_main -
-
-
The deprecated implementation inside course/view.php, which uses the extern_server_course function to distinguish between routing for internal and external courses, can be improved by utilizing the Hook API. This functionality is necessary for a project that involves multiple universities. The Hook API workflow will generalize the method, making it easier to route users to external courses from within other plugins.