mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 02:46:40 +02:00
Merge branch 'MDL-75850-main-fix' of https://github.com/meirzamoodle/moodle
This commit is contained in:
commit
71ede9e192
17 changed files with 1215 additions and 17 deletions
13
.upgradenotes/MDL-75850-2024082809421816.yml
Normal file
13
.upgradenotes/MDL-75850-2024082809421816.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
issueNumber: MDL-75850
|
||||
notes:
|
||||
core_files:
|
||||
- message: |
|
||||
The following are the changes made:
|
||||
- New hook after_file_created
|
||||
- In the \core_files\file_storage, new additional param $notify (default is true) added to:
|
||||
- ::create_file_from_storedfile()
|
||||
- ::create_file_from_pathname()
|
||||
- ::create_file_from_string()
|
||||
- ::create_file()
|
||||
If true, it will trigger the after_file_created hook to re-create the image.
|
||||
type: improved
|
Loading…
Add table
Add a link
Reference in a new issue