mirror of
https://github.com/moodle/moodle.git
synced 2025-04-04 16:04:00 +02:00
Both core_course_edit_section and core_course_edit_module are not needed anymore. All course edit actions are now executed as state actions from core_courseformat_update_course. Also, the core_course_get_module is fully replaced by the core_courseformat cmitem fragment (including also any possible JS module).
9 lines
253 B
YAML
9 lines
253 B
YAML
issueNumber: MDL-82342
|
|
notes:
|
|
core_course:
|
|
- message: >-
|
|
The core_course_get_module external function is now deprecated. Use
|
|
fragment API using component core_courseformat and fragment cmitem
|
|
instead
|
|
type: deprecated
|