Actions
Bug #63484
closedFilename transformation in layout viewhelper
Start date:
2014-12-01
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
I just updated from TYPO3 6.2.6 to 6.2.7 and got an error because typo3 cant find may layout specified in a standalone view by f:layout
The layout is specified like:
<f:layout name="pagewrap" />
This worked in 6.2.6
But in 6.2.7 it is transformed to Pagewrap and cant be found.
IMHO this should be reverted an released in a new patch version - such a functionality should never change in a minor release.
Maybe my approach actually never should have worked, but it did, and as long as i stay on 6.2 it should keep working that way.
Updated by Wouter Wolters about 10 years ago
- Status changed from New to Closed
Thanks for the report.
There is already a solution merged in https://review.typo3.org/#/c/34705/
Will be part of TYPO3 CMS 6.2.8
Furthermore this is a duplicated ticket. #63388
Actions