Project

General

Profile

Bug #86363

Updated by Daniel Goerz over 5 years ago

We are currently experiencing an issue with the localization option "Hide default translation of page". 
 Setting this option leads to an invalid link on the translated page. 

 h2. Steps to reproduce: 

 +Assumption:+ 
 - Blank TYPO3 Project with English as default language 
 - German as foreign language 
 - A simple page tree with a few subpages 
 - A HMENU which renders the page tree 

 +Scenario:+ 
 - Setting the option "Hide default translation of page" on Page X 

 +Excepted Result:+ 
 - The page throws a 404 error in EN 
 - The page excluded from Navigation in EN 
 - The page is visible in DE 
 - The page is shown in the Navigation in DE 

 +Actual Result:+ 
 - All of above but: the link in DE is broken (only the label is shown without the a-tag) 

 !https://forge.typo3.org/attachments/download/33752/hide-default-translation-issue.jpg!

Back