Bug #62068
closedPageRepository should remove empty entries in pageOverlayFields
100%
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
Updated by Gerrit Code Review about 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/33181
Updated by Gerrit Code Review about 10 years ago
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/33192
Updated by Nils Blattner about 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b2d699fbd2670dadc26e5ebc208df900290c57e5.