Actions
Bug #44312
closedSliding levelmedia not working for alternate languages in 6.0.0
Start date:
2013-01-04
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Assume the following pagetree:
- MainPage (Two FAL media images on page and alternate language record)
- SubPage1 (NO media on page or alternate language record)
- Subpage2 (NO media on page or alternate language record)
Using the following TypoScript we expect to see the first image on all three pages for the default language AND the alternate language:
page.5 = IMAGE page.5 { file { import.data = levelmedia:-1,slide import.listNum = 0 treatIdAsReference = 1 } }
Default language works as expected, but there is NO image outputted for the alternate language on all three pages.
Using the following TypoScript we expect to see the public path to the first FAL media image for the default language AND the alternate language:
page.5 = FILES page.5 { references.data = levelmedia:-1,slide references.listNum = 0 renderObj = TEXT renderObj.data = file:current:publicUrl }
Default language works as expected, but there is NO path outputted for the alternate language on all three pages.
Files
Actions