Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.3
-
MOODLE_23_STABLE
-
MOODLE_24_STABLE
-
wip-
MDL-33720-m24 -
Easy
-
Description
Presently we have the following two navigation callbacks:
function local_nicehack_extends_navigation(global_navigation $nav);
function local_nicehack_extends_settings_navigation(settings_navigation $nav, context $context);
We also support mapping the following to the first callback above:
function nicehack_extends_navigation(global_navigation $nav);
After the release of 2.3 I think it is in our best interests to add a debugging call to the old alternative so that in 2.4 people get advised to upgrade and in 2.5 we can remove it.
Attachments
Issue Links
- has a non-specific relationship to
-
MDL-33592 Navigation callback for local plugins should support local_ prefix.
-
- Closed
-