ORIENT/modules/backend/classes
Tobias Kündig 67ee2229a5 Added manual deleted_at checks (#4051)
Fixes #4046 

It is possible that the user model gets fetched using the SoftDelete
trait before the relevant migrations were applied during an update.
To fix this edge case the user model is always fetched using the
withTrashed scope and the deleted_at check is done manually afterwards.

@see https://github.com/octobercms/october/issues/3999
2019-01-18 14:42:25 -06:00
..
AuthManager.php Added manual deleted_at checks (#4051) 2019-01-18 14:42:25 -06:00
BackendController.php Reduce reliance on CMS module from Backend module 2019-01-15 11:46:48 -06:00
Controller.php Reduce reliance on CMS module from Backend module 2019-01-15 11:46:48 -06:00
ControllerBehavior.php Replace is_null with "=== null" comparison 2018-08-15 18:54:46 +02:00
FilterScope.php Remove "null" assignments 2018-08-15 18:33:24 +02:00
FormField.php Fix broken tests 2019-01-10 20:49:15 -06:00
FormTabs.php Add Tab icons functionality (#3901) 2018-10-30 20:06:33 -06:00
FormWidgetBase.php Yet another change to perfect the getParentForm() method 2019-01-10 18:59:29 -06:00
ListColumn.php Added align property to list columns definition (#3509) 2018-04-17 23:34:08 -06:00
NavigationManager.php Refactor ternary operators to null coalescing operators 2018-08-15 19:15:13 +02:00
ReportWidgetBase.php Updating backend/classes 2014-10-10 23:12:50 +02:00
Skin.php Extract child instructions 2018-08-15 19:25:42 +02:00
WidgetBase.php Remove unused imports 2018-08-24 19:51:59 +02:00
WidgetManager.php Refactor ternary operators to null coalescing operators 2018-08-15 19:15:13 +02:00