forked from moodle/moodle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MDL-82342 core_course: deprecate old course edit webservices
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_crouseformat cmitem fragment (including also any possible JS module).
- Loading branch information
1 parent
3a1f137
commit cbdb8f6
Showing
4 changed files
with
70 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
issueNumber: MDL-82342 | ||
notes: | ||
core_course: | ||
- message: >- | ||
The core_course_edit_module and core_course_edit_section external | ||
functions are now deprecated. Use core_courseformat_update_course | ||
instead | ||
type: deprecated |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters