-
Bug
-
Resolution: Fixed
-
Major
-
2.6.1
-
MOODLE_26_STABLE
-
MOODLE_26_STABLE, MOODLE_27_STABLE
-
wip-mdl-43224
-
Using documentation found on the following pages, I created a local plugin called foobar to add items to the Navigation and Site Administration menus:
It worked great in Moodle 2.5.1 and the modifications to the Navigation menu still work fine however the modifications to the Site Administration menu no longer works as of Moodle 2.6. I suspect that this is due to the fact that the Site Administration menu is now loaded dynamically using AJAX.
Is there still a way to make this work with the new AJAX menus?
The documentation on the above mentioned pages should be amended to either:
- deprecate the availability of this API;
- updated the documentation to include an example of how to make it work as of Moodle 2.6.
Alternatively, if this is a bug, it should be fixed so that it works as described in the API documentation.
Sample code is included in the test instructions.