ORIENT/modules/backend/behaviors
Samuel Georges 321f7eaa1f Catch fatal errors after cycling page action
This is a complex issues where a "model not found" exception is getting thrown during the `pageAction` cycle, then getting suppressed by the fatal error handler:

try {
    // RelationController throws error here
}
catch (Exception $ex) {
    $this->controller->handleError($ex);
}

Fixes #4784
2019-12-29 15:40:28 +11:00
..
importexportcontroller Translate "Row" in _import_result_form.htm (#3574) 2018-05-31 15:14:08 -06:00
listcontroller/partials Support for overriding list views 2016-10-29 14:10:21 +11:00
relationcontroller Trigger the change.oc.formwidget event on update of records through relationcontroller. (#4673) 2019-10-08 17:30:02 -06:00
reordercontroller Escape output to prevent XSS injections (#3924) 2018-11-15 15:05:44 -06:00
FormController.php Code quality clean up (#4449) 2019-07-18 08:50:37 -06:00
ImportExportController.php Adds the ability to override the column header label in import/export. (#4737) 2019-12-10 20:06:10 +11:00
ListController.php Hide backend controller behavior public methods from controller actions. 2019-04-19 14:01:01 -06:00
RelationController.php Catch fatal errors after cycling page action 2019-12-29 15:40:28 +11:00
ReorderController.php Hide backend controller behavior public methods from controller actions. 2019-04-19 14:01:01 -06:00
UserPreferencesModel.php API docs progress 2017-03-16 17:08:20 +11:00