Actions
Feature #87113
closedRECORDS type should have content fallback support on multi language sites
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2018-12-10
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
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
}
Actions