ORIENT/modules/backend/widgets
SeriousKen a9e198c8b4 Add check to make sure event result is an array in Form widget (#4331)
Wildcard listeners will add null responses to the event result array and causes an error when they are merged into the result. This PR adds a check to see if each event result is an array before adding it to the result array.

Credit to @SeriousKen. Fixes https://github.com/OFFLINE-GmbH/oc-clockwork-plugin/issues/1
2019-05-20 13:32:29 +08:00
..
filter/partials Add escaping of values to more backend fields (#4296) 2019-04-26 12:05:08 -06:00
form Add escaping of values to more backend fields (#4296) 2019-04-26 12:05:08 -06:00
lists Open `rowlink` rows in a new tab when the Command or Ctrl key is held down (previously only did it for the Ctrl key) 2019-05-10 17:46:20 -06:00
mediamanager Recompile assets 2019-01-15 13:35:12 -06:00
reportcontainer Merge pull request #3965 from ayumihamsaki2/master 2019-03-29 01:04:16 +11:00
search/partials Fix issue where the clear search button would submit a form if the search widget is within an HTML form 2018-12-28 11:51:51 -06:00
table Datatable dropdown usability tweaks (#3980) 2018-12-16 09:30:23 -06:00
toolbar/partials Decouple the toolbar from the layout system 2015-08-26 20:24:37 +10:00
Filter.php Add support for filters in the RelationController configuration (#4241) 2019-05-04 09:08:12 +08:00
Form.php Add check to make sure event result is an array in Form widget (#4331) 2019-05-20 13:32:29 +08:00
Lists.php Add support for morphOne relations in backend list columns (#4079) 2019-04-19 16:31:12 -06:00
MediaManager.php Avoid terminating the app using exit() or die() 2019-03-29 07:10:07 +11:00
ReportContainer.php Merge pull request #3965 from ayumihamsaki2/master 2019-03-29 01:04:16 +11:00
Search.php Extract child instructions 2018-08-15 19:25:42 +02:00
Table.php Allow datatables to work within a repeater (#4102) 2019-02-04 12:50:40 -06:00
Toolbar.php {@inheritDoc} -> @inheritDoc 2017-03-16 06:26:14 +11:00