Project

General

Profile

Bug #98614

Updated by Michael Sollmann over 1 year ago

The preview of records does not take the previewPageId into account anymore if I set it with TS conditions: 

 <pre> 
 TCEMAIN.preview { 
	 tx_news_domain_model_news { 
		 ... 
		 previewPageId =  
		 ... 
	 } 
 } 

 # Different storage folders 
 [39 in tree.rootLineIds] 
	 TCEMAIN.preview.tx_news_domain_model_news.previewPageId = 45 
 [END] 
 [42 in tree.rootLineIds] 
	 TCEMAIN.preview.tx_news_domain_model_news.previewPageId = 46 
 [END] 
 </pre> 

 In TYPO3 9 it worked. In TYPO3 11 the root page is taken as preview page. 

Back