Bug #65179
FAL: Translation don't show images (falMedia)
Status: | Rejected | Start date: | 2015-02-19 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | - | % Done: | 0% |
|
Category: | Frontend | |||
Target version: | - | |||
TYPO3 Version: | 6.2 | Branch: | ||
PHP Version: | Complexity: | |||
Has patch: | No | Is Regression: | No |
Description
Translatated news don't show images (falMedia) in the list-view/detail-view. If i switch the l10n_parent-field in the backend to 0 the images are shown.
Debugging the Tx_News_Domain_Model_News->getFalMediaPreviews with:
debug(get_class($this->getFalMedia())); debug($this->getFalMedia()->count()); debug($this->getFalMedia()->toArray());
Outputs following Lines for news with non empty l10n_parent-field:
TYPO3\CMS\Extbase\Persistence\Generic\LazyObjectStorage 1 EMPTY!
Related issues
History
#2 Updated by Willi Martens 5 months ago
In my case the original file is also not shown!