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.
Updated by Gerrit Code Review over 1 year ago
- Status changed from In Progress to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78326
Updated by Andreas Fernandez over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 82f258e431268d2564d871ad586cf2beed089d60.
Actions