ORIENT/modules/backend/formwidgets
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
..
codeeditor Peer review visibility changes 2019-09-11 20:54:14 +10:00
colorpicker Remove the IE5 - IE7 Holly Hack support (#4594) 2019-09-04 09:32:29 -06:00
datatable/partials Create initial DataTable form widget 2015-01-03 11:57:50 +11:00
datepicker/partials Set the datetime value with time 00:00:00 when using the date mode (#4111) 2019-02-06 10:23:50 -06:00
fileupload Recompile assets 2019-09-11 20:02:43 +10:00
markdowneditor Fix media manager access (#4305) 2019-05-10 20:59:57 +03:00
mediafinder Add escaping of values to more backend fields (#4296) 2019-04-26 12:05:08 -06:00
nestedform Recompile assets 2019-01-15 13:35:12 -06:00
permissioneditor Support multiple instances of the PermissionEditor on a single page 2019-08-29 17:51:52 -06:00
recordfinder Fixes #3119 (#3163) 2018-11-23 00:33:01 -06:00
relation/partials Remove cms.tempDir - use temp_path() 2015-02-07 15:42:20 +11:00
repeater Recompile assets 2019-09-11 20:02:43 +10:00
richeditor Fixes typo, recompile assets 2019-09-11 21:42:02 +10:00
taglist/partials Add preview mode for taglist widget (#4349) 2019-06-19 08:22:36 +08:00
CodeEditor.php Code quality clean up (#4449) 2019-07-18 08:50:37 -06:00
ColorPicker.php Minor peer review 2018-08-21 13:24:59 +10:00
DataTable.php Improve internal docs for DataTable callback handler 2019-10-07 22:19:13 +08:00
DatePicker.php Code quality clean up (#4449) 2019-07-18 08:50:37 -06:00
FileUpload.php Added `maxFilesize` option to the `FileUpload` FormWidget (#4077) 2019-07-18 08:48:31 -06:00
MarkdownEditor.php Fix media manager access (#4305) 2019-05-10 20:59:57 +03:00
MediaFinder.php Add file check for image upload form widgets - Fixes #3653 2019-03-29 02:23:20 +11:00
NestedForm.php Improve support for previewMode in Repeaters & NestedForms 2019-08-10 09:28:01 -06:00
PermissionEditor.php Fix 'illegal string offset' warning (#3331) 2017-12-31 11:03:07 -06:00
RecordFinder.php Fix ability to clear RecodFinder when useRelation = false (#4256) 2019-04-15 16:49:29 -06:00
Relation.php Add support for order option on relation FormWidget (#4654) 2019-10-06 00:24:31 -06:00
Repeater.php Fix #3415, #4672 (#4674) 2019-10-09 08:08:21 -06:00
RichEditor.php Code quality clean up (#4449) 2019-07-18 08:50:37 -06:00
TagList.php Ensure the the TagList FormWidget is respecting relationship constraints (conditions & scope) 2019-08-14 19:58:42 -06:00