-
Bug
-
Resolution: Fixed
-
Minor
-
3.7
-
MOODLE_37_STABLE
-
MOODLE_37_STABLE
-
MDL-65692-master -
To reproduce:
- Create a 3.6 site, then upgrade it to 3.7
- Enable async backup and restore ("Administration" > "Advanced features")
- Enable email notifications for async backup/restore ("Administration" > "Courses" > "Backups" > "Asynchronous backup/restore") - do not enter anything in the subject and message fields, then save the form
- Check the config_plugins table, you'll see empty values for things like backup_async_message (instead of the defaults that are specified on the email notifications form)
When a user enables the email messages as per the testing instructions on MDL-28505, they will see an empty subject and body.
I'm not sure if this is a bug with moodle core itself, or just the async backup settings page
- has a non-specific relationship to
-
MDL-28505 Asynchronous course backup / restore
- Closed