Project

General

Profile

Actions

Task #78652

closed

Localization with defLangBinding = 1 is not limited to the selected record

Added by Gleb Levitin over 7 years ago. Updated about 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Localization
Target version:
Start date:
2016-11-11
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
medium
Sprint Focus:

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

Actions

Also available in: Atom PDF