mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00

Since Moodle 4.0, most course edit actions can be executed using the core_courseformat_course_edit webservice using only four parameters (courseid, ids, targetsectionid and targetcmid). However, some actions logic is still replicated and embed in course/view.php and course/mod.php files since the beginning of time. Now the course/update.php offers a non-ajax way of executing the same actions and replace the old replicated ways of doing the same.
11 lines
385 B
YAML
11 lines
385 B
YAML
issueNumber: MDL-82767
|
|
notes:
|
|
core_courseformat:
|
|
- message: >-
|
|
A new course/format/update.php url is added as a non-ajax alternative to
|
|
the core_courseformat_course_update webservice
|
|
type: improved
|
|
- message: >-
|
|
The core_courseformat\base::get_non_ajax_cm_action_url is now
|
|
deprecated. Use get_update_url instead.
|
|
type: deprecated
|