Luke Towers 96e335aebc
Fix #3415, #4672 (#4674)
Handle child FormWidgets making AJAX requests outside of the repeater's form container. Note that this won't pass on the state of the repeater item as it exists on the webpage because that information won't be sent to the server in an AJAX request sent from outside of the repeater's form container unless the FormWidget sending the orphaned request specifically includes that data in their request, in which case the regular handling will kick in and initialize the widget properly. A discussion should be had whether this fix makes sense to be done in the Repeater FormWidget or if we should force FormWidgets to have the responsibility of initializing their parent repeaters if they're going to be making orphaned AJAX requests.

Should fix #3415, #4672.
Related: octoberrain/test-plugin#78
2019-10-09 08:08:21 -06:00
..
2019-09-11 20:54:14 +10:00
2019-09-11 20:02:43 +10:00
2019-09-11 20:02:43 +10:00
2019-09-11 21:42:02 +10:00
2019-07-18 08:50:37 -06:00
2019-07-18 08:50:37 -06:00
2019-10-09 08:08:21 -06:00
2019-07-18 08:50:37 -06:00