Project

General

Profile

Task #78652

Updated by Gleb Levitin over 7 years ago

In page modul within Languages view there is only one common Translate button for all the records in the column in default case. When a redacteur clicks this button, then the counted record summary contains all the records of the column, that have not been translated in the target language until now. This is correct! 

 !localization_behavior_ok.png! !lacalization_behavior_ok.png! 

 The following PageTS configuration allows however to provide each individual record in the column with a separate Translate button.  

 PageTS Configuration 
 <pre> 
 mod { 
   web_layout { 
     defLangBinding = 1 
   } 
 } 
 </pre> 

 If any of these buttons is clicked, the counted record summary contains nevertheless still all the records of the column, that have not been translated in the target language until now. That is not correct und must be fixed! 

 !lacalization_behavior_error.png! 

 *Technical background* 

 The following method is responsible for fetching the records for translation: 
 * @SYSEXT:backend/Classes/Controller/Page/LocalizationController.php::getRecordLocalizeSummary@ 

Back