Actions
Bug #100352
closedException when attempting to resolve non-existing module
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2023-03-29
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
The patch for #100342 introduced a hidden regression: BackendController always tries to resolve the module name from a potential alias. This leads to an exception when a user has EditDocumentController open and then presses F5 to reload the backend.
BackendController tries to resolve the route "record_edit" to a module, which doesn't exist.
Actions