ORIENT/modules/backend
Ben Thomson cca8da2af3
Get correct model when not using ID for "keyFrom" in Record Finder (#4977)
getLoadValue() was previously using the find method for getting the selected model on load when not using the Record Finder in relation mode.

This means it was searching by the primary key, regardless of whether the keyFrom setting on the Record Finder widget was changed. This has the effect of the keyFrom setting being correctly used to determine the value of the record finder field when a model is selected, but the widget being unable to find the model when it refreshes or reloads.

This change instead searches for the field's value in the column specified for the keyFrom setting, allowing us to use a different identifying column for loading the selected record.
2020-03-13 07:47:01 +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 Add config for throttling login attempts into Backend (#4974) 2020-03-11 10:57:19 +08: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 Get correct model when not using ID for "keyFrom" in Record Finder (#4977) 2020-03-13 07:47:01 +08: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 Add config for throttling login attempts into Backend (#4974) 2020-03-11 10:57:19 +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 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