ORIENT/modules
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
..
backend Fix "widget not bound to controller" error for nested repeaters (#4434) 2019-08-07 22:44:31 +08:00
cms Update __isset function to comply with the same checks as __get (#4514) 2019-08-04 19:56:15 +08:00
system Added Thai translation (#4472) 2019-07-26 14:52:52 -06:00