MDL-71472 core: Removal of site_registration_form::add_select_with_email

Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
This commit is contained in:
Daniel Ziegenberg 2024-09-30 21:33:32 +02:00
parent 269a8a8a1b
commit f3288f3c79
No known key found for this signature in database
GPG key ID: 7E6F98FFADBEFD39
2 changed files with 15 additions and 36 deletions

View file

@ -0,0 +1,7 @@
issueNumber: MDL-71472
notes:
core:
- message: >
The method `site_registration_form::add_select_with_email()` has been
finally deprecated and will now throw an exception if called.
type: removed