ORIENT/modules/backend
Samuel Georges edcd899a79 Base getLoadValue to look at form field first
Fixes https://github.com/octobercms/october/pull/2663
Adding to build 420+ because this might cause some issues, although it shouldn't. Hoping we don't ever have to roll this back because it fixes another inconsistency when using the model `filterFields` method... some will change values via $field->value (field accessor) and others will change via $this->value ($model accessor). This now puts the field accessor at a consistent priority (first) while retaining the fallback to model.
2017-06-06 20:44:15 +10:00
..
assets Selectable box and fancy breadcrumb 2017-06-05 17:35:15 +10:00
behaviors getPlainForeignKey -> getForeignKeyName 2017-05-20 20:03:48 +10:00
classes Base getLoadValue to look at form field first 2017-06-06 20:44:15 +10:00
controllers URL -> Url 2017-06-02 23:34:50 +10:00
database Code dusting (#2826) 2017-04-24 21:38:19 +10:00
facades Code dusting (#2826) 2017-04-24 21:38:19 +10:00
formwidgets URL -> Url 2017-06-02 23:34:50 +10:00
helpers Add Backend::date shorthand helper 2016-11-30 06:59:50 +11:00
lang Code dusting (#2826) 2017-04-24 21:38:19 +10:00
layouts URL -> Url 2017-06-02 23:34:50 +10:00
models Selectable box and fancy breadcrumb 2017-06-05 17:35:15 +10:00
reportwidgets {@inheritDoc} -> @inheritDoc 2017-03-16 06:26:14 +11:00
skins {@inheritDoc} -> @inheritDoc 2017-03-16 06:26:14 +11:00
traits Code dusting (#2826) 2017-04-24 21:38:19 +10:00
views URL -> Url 2017-06-02 23:34:50 +10:00
widgets Tab panes now support CSS spec 2017-06-05 17:37:13 +10:00
ServiceProvider.php String to ::class 2017-06-03 10:31:24 +10:00
composer.json Change versions for testing 2017-05-19 14:13:23 +10:00
routes.php Apply web middleware group for the good cookies 2017-05-13 22:18:13 +10:00