moodle/.upgradenotes/MDL-83527-2024121902405772.yml
ferran 3a8172a26a MDL-83527 core_courseformat: refactor course editor action menus
As part of the course format cleanup epic, all course editor action menu
output classes needs to be refactored to be more mantainable and
reusable. Also, it added notes for the final deprecation of many lines
of code in Moodle 6.0.
2025-01-13 14:49:46 +01:00

11 lines
434 B
YAML

issueNumber: MDL-83527
notes:
core_courseformat:
- message: >-
Using arrays to define course menu items is deprecated. All course
formats that extend the section or activity control menus
(format_NAME\output\courseformat\content\section\controlmenu or
format_NAME\output\courseformat\cm\section\controlmenu) should return
standard action_menu_link objects instead.
type: deprecated