Bug #48224
closedRootline utility must respect pageOverlayFields
100%
Description
The new rootline generation process doesn't respects the pageOverlayFields array. This makes it impossible to get content fallback handling for the media field by setting e.g. the following code into your AdditionalConfiguration.php.
// the media field should not be overlaid $GLOBALS['TYPO3_CONF_VARS']['FE']['pageOverlayFields'] = str_replace(',media', '', $GLOBALS['TYPO3_CONF_VARS']['FE']['pageOverlayFields']);How to test:
- Setup a multilanguage site with active page overlay and content_fallback (AFAIK like the Intro package already does)
- add the mentioned code above to your AdditionalConfiguration.php to prevent the overriding of the media field
- add a media resource to your page in the default language (leave it empty the page overlay)
- output the media resource to your page (use the rootline -> levelmedia or levelfield)
- test the output with the languages -> without the patch, the media field is just shown in the default language
Updated by Gerrit Code Review over 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20796
Updated by Gerrit Code Review over 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20796
Updated by Gerrit Code Review over 11 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20796
Updated by Gerrit Code Review over 11 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20796
Updated by Gerrit Code Review over 11 years ago
Patch set 5 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20796
Updated by Gerrit Code Review over 11 years ago
Patch set 6 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20796
Updated by Gerrit Code Review over 11 years ago
Patch set 7 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20796
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-1 has been pushed to the review server.
It is available at https://review.typo3.org/21722
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/21723
Updated by Stefan Galinski over 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 3d63cfc0ee8c492f14b51ea1f2092d3a5edc687d.