moodle/mod/choice/upgrade.txt
Petr Skoda 5fb2315a8b MDL-49184 choice: fix block actions
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
2015-02-17 17:00:15 +13:00

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()