ORIENT/modules/backend
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
..
assets 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
behaviors Code quality clean up (#4449) 2019-07-18 08:50:37 -06:00
classes Code quality clean up (#4449) 2019-07-18 08:50:37 -06:00
controllers Add option to disable UpdateManager after backend login (#4266) 2019-07-19 14:50:42 -06:00
database Code quality clean up (#4449) 2019-07-18 08:50:37 -06:00
facades Code dusting (#2826) 2017-04-24 21:38:19 +10:00
formwidgets Fix "widget not bound to controller" error for nested repeaters (#4434) 2019-08-07 22:44:31 +08:00
helpers Code quality clean up (#4449) 2019-07-18 08:50:37 -06:00
lang Added Thai translation (#4472) 2019-07-26 14:52:52 -06:00
layouts Improve backend accessibility (#4401) 2019-07-17 15:07:45 -06:00
models Style side panel header with brand colors 2019-08-04 15:35:18 +08:00
reportwidgets Hide link to "Access Logs" when the user doesn't have access (#4462) 2019-07-19 09:53:02 -06:00
skins {@inheritDoc} -> @inheritDoc 2017-03-16 06:26:14 +11:00
traits Code quality clean up (#4449) 2019-07-18 08:50:37 -06:00
views Prevent subject and password from being HTML encoded in the invite email (#4301) 2019-04-30 09:13:55 -06:00
widgets Set validation attributes after context check. 2019-07-26 00:27:45 +08:00
ServiceProvider.php Fix layout of colorpicker for no custom color selected (#4457) 2019-07-17 14:54:02 -06:00
composer.json Updating links in composer files 2018-04-16 02:33:08 -06:00
routes.php Apply web middleware group for the good cookies 2017-05-13 22:18:13 +10:00