Task #78652
closedLocalization with defLangBinding = 1 is not limited to the selected record
0%
Description
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!
The following PageTS configuration allows however to provide each individual record in the column with a separate Translate button.
PageTS Configuration
mod { web_layout { defLangBinding = 1 } }
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!
Technical background
The following method is responsible for fetching the records for translation:SYSEXT:backend/Classes/Controller/Page/LocalizationController.php::getRecordLocalizeSummary
Files
Updated by Wouter Wolters about 8 years ago
- Category changed from Backend API to Localization
Updated by Nicole Cordes about 7 years ago
Currently dealing with #62550 I had a look at this issue too. The problem is that the translate-button isn't bound to the original record, also the layout looks like that. In the current master version there is the possibility to choose the records in the last step. Not sure if it is worth to solve this ticket though.
Updated by Susanne Moog over 5 years ago
- Status changed from New to Closed
As Nicole already states, in newer versions there are checkboxes to select the wanted records for localization. There are no individual translate buttons anymore, so I'm considering this issue solved. Please reopen if you disagree.