Actions
Bug #97509
closedAdmin panel option fluid debug output won't show partial path
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2022-04-28
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Feature #76085 introduced an admin panel option which shows red boxes with section and partials for easier debugging. However sometimes no partial name is shown in the output, because the retrieved name is not cleaned correctly.
The problem arises while detecting the partial path, then replacing (if applicable) with the EXT:
prefix, but later calling PathUtility::stripPathSitePrefix
- an internal method which just strips the expected length from the front, without checking if that even is a PathSite.
(patch incoming)
Actions