-
Improvement
-
Resolution: Fixed
-
Major
-
4.0
-
MOODLE_400_STABLE
-
MOODLE_400_STABLE
-
MDL-72930-master -
-
3
-
Navigation push 10
This is specific for the secondary navigation views.
The standard navigation has a few nodes (user, reports, badges, and question bank) that are categories. There are a couple of callbacks that extend the navigation tree and this allows a lot of freedom to add an update the tree anywhere.
In this case we are looking at the potential of third party plugins adding navigation nodes into the above mentioned categories.
On those pages we need to retrieve the navigation tree for that category and display the inserted third party categories and child nodes.
As we have to do the same thing in all of these places we should have a centralised function.