mirror of
https://github.com/moodle/moodle.git
synced 2025-02-08 00:52:33 +01:00
The problems was that blocks editing breaks if you redirect after if (data_submitted()) - all form actions must make sure it is really their form, otherwise they may hijack the post from block actions. Note that this is not a problem for mforms, only legacy forms are affected. # Conflicts: # mod/choice/view.php
7 lines
221 B
Plaintext
7 lines
221 B
Plaintext
This files describes API changes in /mod/choice/*,
|
|
information provided here is intended especially for developers.
|
|
|
|
=== 2.9 ===
|
|
|
|
* custom renderers must be updated to include action=makechoice field in display_options()
|