mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 18:36:42 +02: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
6 lines
221 B
Text
6 lines
221 B
Text
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()
|