Actions
Bug #87458
openEpic #90050: Translation wizard improvements and issues
Localization Wizard shows already translated content
Status:
New
Priority:
Should have
Assignee:
-
Category:
Localization
Target version:
-
Start date:
2019-01-16
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
How to reproduce:
Having in the destination language an element without a translation parent (l10n_source = 0).
Elements that come after this content element will always be shown in the Wizard even if l10n_source is set correctly.
Problematic code:
https://github.com/TYPO3/TYPO3.CMS/blob/master/typo3/sysext/backend/Classes/Domain/Repository/Localization/LocalizationRepository.php#L222
Possible Fix:
Excluding l10n_source = 0 from the query above the loop. Preventing leaving the loop early.
Actions