-
Improvement
-
Resolution: Fixed
-
Minor
-
2.1
-
MOODLE_21_STABLE
-
MOODLE_23_STABLE
-
This patch adds the ability for local plugins to add nodes to the 'Course administration' navigation in the Settings block in much the same way that MDL-22209 did for the global navigation tree.
Local plugins can then implement a
{pluginname}_extends_course_settings_navigation(navigation_node $nav, $coursecontext) function in their /local/{pluginname}/lib.php file. And if they want the current course id, they can look at $coursecontext->instanceid.
- has been marked as being related by
-
MDL-36585 Allow Admin Tools to extend course settings
- Closed
-
MDL-33592 Navigation callback for local plugins should support local_ prefix.
- Closed
-
MDL-49643 Deprecate inconsistent API to extend the navigation by local plugins
- Closed
- will be (partly) resolved by
-
MDL-32191 Add keys to module, block, and category settings nav nodes
- Closed