Actions
Bug #62068
closedPageRepository should remove empty entries in pageOverlayFields
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Content Rendering
Target version:
-
Start date:
2014-10-07
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
no-brainer
Is Regression:
Yes
Sprint Focus:
Description
Hi there
I realize this is something exotic. However, when you do something like this:
$GLOBALS['TYPO3_CONF_VARS']['FE']['pageOverlayFields'] = ',doktype';
No translations work.
This occured while after updating one of our systems from 4.5.x to 6.2.5, so it must have "worked" in 4.5 (or was at least ignored).
The solution is rather simple, the PageRepository just has to remove empty entries just like the rootline utility does for addRootLineFields.
The attached Patch should cover it.
Cheers
Files
Actions