Actions
Task #85549
closedImprove message if localization fails due to existing record
Status:
Closed
Priority:
Should have
Assignee:
Category:
DataHandler aka TCEmain
Target version:
Start date:
2018-07-13
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Currently when trying translating a record and a translation already exists the following message is shown:
Localization failed; There already was a localization for this language of the record!
This message should be improved to include the following:
- Name of the translation table (mostly for
pages_language_overlay
for TYPO3 < v8) - UID of the translation record found
This make it a lot easier to fix the broken translation state and is essential for cases where a record cannot be translated properly because translations of its related records already exist. See #31812 for this.
Actions