Project

General

Profile

Bug #89339

Updated by Christian Eßl over 4 years ago

*Tested in:* 
 * TYPO3 9.5.9 with a customer project 
  
 * master with introduction package 

 *Setup:* 
 * Create a site with the languages "Default" and "German" 
 * Create a page "Parent page" 
 * Create a subpage of that page called "Subpage" 
 * Now translate both pages to "German" 
 * Change the german version of "Parent page" to doktype "Shortcut". (The original language will stay with "Standard") 
 * Set "Shortcut mode" to either "First subpage of current page" or "Selected page" (doesn't matter) 

 *Test:* 
 * Go to the frontend 
 * Switch to language "German" 
 * Click on the menu link for "Parent page" 

 *Expected behaviour:* 
 * The page "Subpage" and its contents will be shown 

 *Actual behaviour:* 
 * The page "Parent page" and its contents will be shown.  


 Looks like TYPO3 ignores the doktype "Shortcut" of the translated page and sticks with the doktype of the default language. 

Back