Actions
Bug #105646
closedPAGEVIEW requires trailing path slash
Status:
Resolved
Priority:
Should have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2024-11-20
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The new PAGEVIEW content object seems to require a path with a trailing slash in order to resolve partials correctly:
page.10 = PAGEVIEW page.10.paths.0 = EXT:dummy/Resources/Private/Templates
This leads to an exception if a partial is used in a page template. When a trailing slash is added to the path, everything works as expected.
Updated by Gerrit Code Review 3 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/+/87156
Updated by Gerrit Code Review 3 months ago
Patch set 1 for branch 13.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/87172
Updated by Simon Praetorius 3 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 5e98b0e5679e35e3e4f6c8c9bb24bc02c8285e28.
Actions