Bug #78639
closedLocalizing Records with language "All" impossible
0%
Description
With TYPO3 6.2 it was possible to localize records that have the language field set to -1
This behaviour was changed with #38940, but it made total sense to allow that, and even better, it worked...
My usecase:
config { sys_language_overlay = hideNonTranslated sys_language_mode = strict ...
So all records need to translated to show up or be set to [All]
I have some records, that should show up for all languages, but sometimes i need to adjust some fields for some languages. The previous behaviour allowed just that: set the default for all, override for specific languages.
Now i need to translate that record for all languages that i need them to show up, even if nothing changes in that language.
The code in getRecordOverlay clearly stated the desired behaviour: fetch the overlay if language is set to -1 or 0. If no result is found and $OLmode is set hideNonTranslated, then just use the default record if set to -1 or unset the row otherwise
Updated by Benni Mack about 5 years ago
- Status changed from New to Needs Feedback
We've changed this behavior in TYPO3 v9 with Site COnfiguration, fetching language=-1 records as well. Can you confirm that your issue is now resolved?
Updated by Susanne Moog over 4 years ago
- Status changed from Needs Feedback to Closed
No feedback since some months, should be fixed in newer versions, if the issue persists, please open a new ticket.