ORIENT/modules/backend
Ben Thomson 2f500ab034
Auto-detect correct postback handler for datatable widget. (#4967)
This change removes the default postback handler for the datatable
widget (onSave) and instead relies on the closest form's request
handler. While `onSave` was a safe default, it did not take into account
the relation widget using other handlers.

The table widget will use an explicitly specified handler first, then it
will try and use the form's request handler, before using `onSave` as a
fallback, although this should really never occur.

Fixes #4776.
2020-03-05 16:37:16 +08:00
..
assets Event goes off not on 2019-12-13 21:56:39 +11:00
behaviors Fix pagination reset if search input is filled (#4918) 2020-02-12 07:52:09 -08:00
classes Remove return types 2020-03-01 18:15:44 +11:00
controllers Add header and cookie support to ResponseMaker 2019-11-02 18:57:32 +11: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 Improve German translation (#4961) 2020-03-04 14:49:54 -06:00
helpers Allow decompiled Backend JS assets (#4549) 2019-08-16 16:19:16 +08:00
lang Update Dutch translation (#4958) 2020-02-28 17:47:33 +08:00
layouts Minor cleanup 2019-10-09 09:44:24 -06:00
models Apply custom secondary color to Media (#4863) 2020-01-03 21:17:50 +11: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 Minor continuity change 2019-12-07 11:37:06 +11:00
views Prevent subject and password from being HTML encoded in the invite email (#4301) 2019-04-30 09:13:55 -06:00
widgets Auto-detect correct postback handler for datatable widget. (#4967) 2020-03-05 16:37:16 +08:00
ServiceProvider.php Added support for mode: switch to the PermissionEditor formwidget 2019-10-15 16:46:02 -06:00
composer.json Updating links in composer files 2018-04-16 02:33:08 -06:00
routes.php Add missing documentation comment blocks for fired events (#4788) 2019-11-24 23:59:00 -06:00