Project

General

Profile

Actions

Bug #44312

closed

Sliding levelmedia not working for alternate languages in 6.0.0

Added by Marcel Burkhalter over 11 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
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

RootlineUtility2.diff (1.34 KB) RootlineUtility2.diff Devid Messner, 2013-01-11 12:04

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #43668: Rootline in TSFE->tmpl is broken when translation is usedClosed2012-12-06

Actions
Related to TYPO3 Core - Feature #59833: levelmedia translation fallbackClosed2014-06-24

Actions
Actions

Also available in: Atom PDF