Project

General

Profile

Bug #88071

Updated by Rainer Roskothen about 5 years ago

I have a page with two languages (0 = english, 1 = german). The header of the Content Elements are names of countries. I use the following DatabaseQueryProcessor: 

 @10 = TYPO3\CMS\Frontend\DataProcessing\DatabaseQueryProcessor 
 10 { 
   table = tt_content 
   selectFields = header, subheader 
   pidInList.field = uid 
   orderBy = header 
   as = elements countries 
 }@ 

 If an english content element The alphabetical order (header) is hidden, than ignored on the german non-hidden element don't show up. page.

Back