Actions
Bug #23041
closedTranslation with content-slide doubles output
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-06-29
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
I use the TV content-slide feature, to fill a page colums with the parent element if empty.
Works perfect with this Code in the datastructure:
<TypoScript><![CDATA[
10 = CONTENT
10.table = tt_content
10.select.where = colPos=99
10.slide = -1
10.slide {
}
10.wrap = |
]]></TypoScript>
When i translate a page, and change the element with content-slide to the english pendant, its output is doubled.
Double output is only for the column with content-slide activated.
(issue imported from #M14921)
Actions