mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 18:36:42 +02:00
Merge branch 'MDL-75025_final-deprecation-of-base_controller-set_copy' of https://github.com/ziegenberg/moodle
This commit is contained in:
commit
b964baf06e
3 changed files with 21 additions and 28 deletions
7
.upgradenotes/MDL-75025-2024062015422824.yml
Normal file
7
.upgradenotes/MDL-75025-2024062015422824.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
issueNumber: MDL-75025
|
||||
notes:
|
||||
core_backup:
|
||||
- message: >-
|
||||
Final deprecation of base_controller::get_copy(). Please use
|
||||
restore_controller::get_copy() instead.
|
||||
type: removed
|
6
.upgradenotes/MDL-75025-2024062015430029.yml
Normal file
6
.upgradenotes/MDL-75025-2024062015430029.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
issueNumber: MDL-75025
|
||||
notes:
|
||||
core_backup:
|
||||
- message: 'Final deprecation of base_controller::set_copy(). Please use a restore
|
||||
controller for storing copy information instead.'
|
||||
type: removed
|
Loading…
Add table
Add a link
Reference in a new issue