mirror of
https://github.com/moodle/moodle.git
synced 2025-03-26 18:42:40 +01:00
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.
11 lines
434 B
YAML
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
|