Actions
Bug #103937
openException in redirect module
Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2024-05-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When you create a redirect which points to a database record, an exception is thrown, because $request->getAttribute('frontend.page.information')
is not available. This happens, because we do not work in frontend context here.
Actions