Actions
Bug #89444
closedTMENU - CUR not working with subpage and no translated page
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2019-10-18
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
On Location Sprint
Description
If I create a multilingual page with a subpage and the subpage is not translated, I don't get the desired CUR in the translated page but CURIFSUB when I call it up.
Example:¶
Default
- Root
- Seite 1
- deutsch
English
- Root
- site 1
- deutsch (this page is not translated )
my config.yml:¶
rootPageId: 1 base: / languages: - title: Deutsch enabled: true languageId: '0' base: / typo3Language: default locale: de_DE iso-639-1: de navigationTitle: Deutsch hreflang: de-DE direction: '' flag: de - title: English enabled: true languageId: 1 base: /en/ typo3Language: en locale: en_US.UTF-8 iso-639-1: en navigationTitle: English hreflang: en-us direction: ltr flag: us errorHandling: { } routes: { }
my typoscript¶
lib.navigation.main = HMENU lib.navigation.main { 1 = TMENU 1 { expAll = 1 NO = 1 NO { wrapItemAndSub = <li>|</li> } ACT < .NO CUR < .NO CUR { linkWrap = 111|222 } CURIFSUB < .NO CURIFSUB { linkWrap = 333|444 } IFSUB < .NO ACTIFSUB < .IFSUB wrap = <ul>|</ul> } 2 < .1 }
Files
Updated by Susanne Moog almost 5 years ago
- Sprint Focus set to On Location Sprint
Updated by Benni Mack almost 3 years ago
- Related to Bug #93839: "Hide page if no translation for current language exists" not honored for not translated subpages added
Updated by Benni Mack almost 3 years ago
- Status changed from New to Needs Feedback
Hey Thomas,
I tried reproducing your issue with TYPO3 v11 and can't seem to reproduce this one, can you check with latest v10 / v11 again please?
Thank you!
Updated by Thomas Scheibitz almost 3 years ago
- Assignee set to Benni Mack
- % Done changed from 0 to 100
Hey Benni,
this seems to be fixed in TYPO3 V11.
Updated by Riccardo De Contardi almost 3 years ago
- Status changed from Needs Feedback to Closed
- Assignee deleted (
Benni Mack)
@Thomas Scheibitz thank you for your reply;
I close this issue; if you think that this is the wrong decision or there is still work to be done here, please reopen it or ping me.
Thank you.
Actions