Actions
Bug #56712
closedcss_styled_content image rendering does not respect localization
Status:
Closed
Priority:
Should have
Assignee:
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2014-03-10
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
The new FAL based image rendering does not respect localization.
The reason for this is that the uid is set hardcoded in the TypoScript setup:
references { table = tt_content uid.field = uid fieldName = image }
When you remove the uid configuration everything works fine because the language overlay will be handled by the FilesContentObject
.
Updated by Gerrit Code Review over 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/28210
Updated by Gerrit Code Review over 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/28210
Updated by Alexander Stehlik over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 1e2598a0c99e53eca21b693c7dfd7e712891ed96.
Actions