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.
Updated by Torben Hansen 6 months ago
- Related to Task #102824: Avoid TSFE->contentPid, ->rootLine, ->page, ->id added
Updated by Gerrit Code Review 6 months ago
- Status changed from New 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/+/84427
Updated by Gerrit Code Review 6 months ago
Patch set 2 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/+/84427
Actions