Skip to content
Snippets Groups Projects
Commit a7d5b0a2 authored by Steffen Ritter's avatar Steffen Ritter Committed by Oliver Hader
Browse files

[BUGFIX] Content Elements "uploads" ignores translations

The TypoScript Object "FILES" has been changed to be aware
of translations in the meantime. Anyhow the Content Element
uploads does not benefit from that, as it hardcodes the uid
of the related element and therefore the automatic logic
recognizing translations does not work.

Remove the affected line of TypoScript.

Change-Id: Ia70272a2d646c2d29eca311c44dc6a0706d1778c
Releases: 6.0
Fixes: #40607
Reviewed-on: http://review.typo3.org/16363
Reviewed-by: Oliver Hader
Tested-by: Oliver Hader
parent 1c9795f6
No related merge requests found
......@@ -1182,7 +1182,6 @@ tt_content.uploads {
# get from file references:
references {
table = tt_content
uid.field = uid
fieldName = media
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment