-
Bug
-
Resolution: Fixed
-
Minor
-
3.2.3, 3.3.1
-
MOODLE_32_STABLE, MOODLE_33_STABLE
-
MOODLE_34_STABLE
-
MDL-59277-master -
To replicate:
- Throw a window.console.log(nodes) in the render function ajax_response_renderer.js
- Add the nav block to the dashboard
- Expand 'Courses' and then 'YOUR_TEST_COURSE'
- Now, in the console, check the first child of the most recent object (this is the course participants node) and observe that the class is listed as 'type_unknown'. This conflicts with the original designation of TYPE_CONTAINER as set in add_course_essentials().
Possible Fix:
Looks like the ---- (5ab32c11b) introduced the $namedtypes array but forgot to add support for the container type, so addingMDL-41811
90 => 'container'
|
Should be fairly trivial, and appears to solve this at surface level at least.
- Discovered while testing
-
MDL-58808 Navigation block not using FontAwesome when set by the theme.
-
- Closed
-