Project

General

Profile

Bug #89284

Updated by Christian Eßl over 4 years ago

Steps to reproduce: 
 * Create a page in the languages "Default", "German" 
 * Create some records of any type (in this example we will use tt_content records) 
 * Translate the records to "German" 
 * Create an editor that has only access to the language "German" 
 * Login as the editor an open the List module 
 * You should now see the records in both languages (non-editable for "Default" and editable for "German" 
 * Now use the search above and enter any search term that matches the records in both languages. records. 

 The search will now only find records of the language "German", even if there are matching results for "Default".  
 Because initially the recordlist shows results for both "Default" and "German" and only with the search request, the language restriction to "German" is applied, I THINK this is a bug.

Back