Bug #87950
closedNo language fallback
0%
Description
A basic site has been set up according the basic fluid template description found at https://docs.typo3.org/typo3cms/TemplatingTutorial/BasicFluidTemplates/Index.html#a-single-column-page-design.
As website languages German is used as default and French (uid=1) as second language. A page having the default language assigned to has one content element having the default language assigned to as well. A French page has been created from the German page without having any content. In the site configuration the content fallback has been set for that German should be used in case no translation exists. When looking up the French page (../fr/) the German content is not shown.
In case the language assignment for the content element on the German page is changed to [ALL], it shows up on the French page but doesn't on the German page.
The site configuration looks as following:
rootPageId: 1
base: 'http://delme.buechler.pro/'
baseVariants: { }
languages:
-
title: Deutsch
enabled: true
languageId: '0'
base: /
typo3Language: de
locale: de_DE.UTF-8
iso-639-1: de
navigationTitle: Deutsch
hreflang: de-DE
direction: ltr
flag: de
-
title: Français
enabled: true
languageId: '1'
base: /fr/
typo3Language: fr
locale: fr_FR.UTF-8
iso-639-1: fr
navigationTitle: Français
hreflang: fr-FR
direction: ltr
fallbackType: fallback
fallbacks: '0'
flag: fr
errorHandling: { }
routes: { }
Updated by Benni Mack almost 6 years ago
- Status changed from New to Needs Feedback
Hi,
could you try latest 9.5.x dev - we've fixed this here https://review.typo3.org/c/Packages/TYPO3.CMS/+/60192
Updated by Benni Mack almost 6 years ago
- Related to Bug #86972: All Language Content Element are not displayed in default language added
Updated by Benni Mack almost 6 years ago
- Related to Bug #87749: content elements with language "all languages -1" not working in default language added
Updated by Benni Mack almost 6 years ago
- Related to Bug #87093: TYPO3 9.5: CONTENT TypoScript object type does not select records with language set to -1 added
Updated by Riccardo De Contardi almost 6 years ago
Either I am doing something wrong, or this issue is still present on 9.5.5 (But not on 10.0.0-dev):
my procedure:
1) create a page in default language (italian)
2) translate it into english (language with id=1)
3) create a content element in italian and set language=ALL (-1)
4) in the site configuration set (for english):
fallbackType: fallback fallbacks: '0'
Results:¶
the content element is visible only in english.
Updated by Roman Büchler almost 6 years ago
Benni Mack wrote:
Hi,
could you try latest 9.5.x dev - we've fixed this here https://review.typo3.org/c/Packages/TYPO3.CMS/+/60192
Hi Benni, I tested it with 9.5.6 and it looks good now. Thank you very much.
Updated by Susanne Moog almost 6 years ago
- Status changed from Needs Feedback to Closed
Thanks for checking, closing it as solved :)