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
|
||
|---|---|---|
| .. | ||
| importexportcontroller | ||
| listcontroller/partials | ||
| relationcontroller | ||
| reordercontroller | ||
| FormController.php | ||
| ImportExportController.php | ||
| ListController.php | ||
| RelationController.php | ||
| ReorderController.php | ||
| UserPreferencesModel.php | ||