Feature #87113
closedRECORDS type should have content fallback support on multi language sites
0%
Description
When using the RECORDS type in a multi language site, the record is only fetched correctly if it is translated. It would be nice, if the content fallback to the configured language would work.
e.g.:
temp.receiverName = RECORDS
temp.receiverName {
dontCheckPid = 1
tables = tt_address
source.data = GP:tx_ttaddress_listview|address
conf.tt_address = TEXT
conf.tt_address.value = {field:first_name} {field:last_name}
conf.tt_address.value.insertData = 1
}
Updated by Benni Mack over 5 years ago
- Status changed from New to Needs Feedback
Hi Till,
which TYPO3 version are you using?
All the best,
Benni.
Also, see https://review.typo3.org/c/Packages/TYPO3.CMS/+/60367 which might solve your issue.
Updated by Till Schweneker over 5 years ago
Hey Benni,
I use the current TYPO3 v9.
The solution with the fallback modes does not work for RECORDS, though. Or I am doing something wrong.
Cheers,
Till
Updated by Benni Mack over 5 years ago
Hi Till,
thanks for the fast reply. I will try to set up your installation as well now.
Can you provide me your:
a) site configuration yaml
b) what TYPO3 version and what tt_address version you are running?
Thanks!
Benni.
Updated by Susanne Moog over 4 years ago
Hey Till, can you provide the necessary info?
Updated by Christian Kuhn almost 3 years ago
- Status changed from Needs Feedback to Closed
hey. i think we can't continue here without further information by the author. i hope it's ok to close here for now. let's restart with a fresh issue if this is still a problem.