-
Improvement
-
Resolution: Deferred
-
Minor
-
None
-
4.0
-
MOODLE_400_STABLE
-
MDL-71206-master -
-
3
-
4.0 Navigation blitz 3
Currently the user menu is rendered via html write statements in the outputrenderers.php user_menu() fn.
This needs to be converted to use templates and will feed into the combining issue - MDL-71148
The user menu is rendered partially via html(for the profile button metadata) and partially through templates(via the action_menu class).
After a discussion with Adrian, it was decided to progress on MDL-71148 before working on this. Also this issue would include rendering of a user_menu partial that would be sent to the front end instead of providing nodes like the other menu available.
- has to be finished together with
-
MDL-71148 Combine both the custom menu & primary navigation renderers
- Closed