ORIENT/modules/backend/formwidgets
Ben Thomson b5a3c64bf1
Fix "widget not bound to controller" error for nested repeaters (#4434)
Since repeaters have no value by themselves, a repeater that contains only another repeater was throwing a "widget not bound to controller" exception when adding a new item - the repeater item processing was not creating a form widget for the inner repeater on load, or in an AJAX call. This fix specifically checks if a child repeater has called for a new item, and if so and the current repeater has no value for this particular item, it will add a "stub" form widget to correctly bind the widget.

Fixes #4344.
2019-08-07 22:44:31 +08:00
..
codeeditor Fixed the focus outline for no results on the CodeEditor search box. Credit to @ayumihamsaki. Replaces #4483. Fixes #4482. 2019-07-26 15:05:07 -06:00
colorpicker Fix layout of colorpicker for no custom color selected (#4457) 2019-07-17 14:54:02 -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 Added `maxFilesize` option to the `FileUpload` FormWidget (#4077) 2019-07-18 08:48:31 -06: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 Introduce concept of system roles 2017-07-13 19:29:50 +10: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 Add hidden "loaded" flag for repeaters 2019-04-11 17:57:27 +08:00
richeditor Fix Rich Editor focus to fill the full height of the container (#4485) 2019-07-30 09:04:38 +08: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 Code quality clean up (#4449) 2019-07-18 08:50:37 -06: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 Pass through enableDefaults config to nested forms 2019-07-23 11:20:18 +08: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 Remove unused imports 2018-08-24 19:51:59 +02:00
Repeater.php Fix "widget not bound to controller" error for nested repeaters (#4434) 2019-08-07 22:44:31 +08:00
RichEditor.php Code quality clean up (#4449) 2019-07-18 08:50:37 -06:00
TagList.php Code quality clean up (#4449) 2019-07-18 08:50:37 -06:00