-
Improvement
-
Resolution: Fixed
-
Minor
-
3.5
-
MOODLE_35_STABLE
-
MOODLE_35_STABLE
-
MDL-61298-master -
Currently, only special nodes have icons in the Boost navigation (nav drawer).
Moreover those icons are hard coded within the template:
https://github.com/moodle/moodle/blob/d509f80c48f4ef49a03ab8396eec869bc7563882/theme/boost/templates/flat_navigation.mustache#L70
We don't know why these icons are hard coded, especially because navigation nodes can deliver their own icons:
https://github.com/moodle/moodle/blob/d509f80c48f4ef49a03ab8396eec869bc7563882/lib/navigationlib.php#L104
So we think this could be improved in the way that the template renders the delivered icon.
Best, Kathrin