Bug #86293
closeddisablePrependAtCopy = 1 not respected during translation process of page or content
100%
Description
The TCEMAIN configuration to disable the "[Translate to %s]" prefix for pages or tt_content data is not respected anymore.
Each translation has the configured translation prefix. It does not matter if the configuration exists or not.
Affected T3 versions: 8.7 LTS, 9.4
TCEMAIN {
table {
pages {
disablePrependAtCopy = 1
}
tt_content {
disablePrependAtCopy = 1
}
}
}
Reproduce - pages language overlay:
- Create an alternative page language
- Translate the default page in the page module in the "language mode" and the dropdown (available languages)
- The tca form for the new page language is beeing loaded and the "title" field has a prefixed value
- Edit a tt_content element
- Click the dropdown for a new translation of the current content element
- The tca form for the new content element is beeing loaded and the "header" field has a prefixed value
This issue may also be related when using TCA columnsOverrides.
Files
Updated by Gerrit Code Review about 6 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58424
Updated by Gerrit Code Review about 6 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58424
Updated by Gerrit Code Review about 6 years ago
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58433
Updated by Gianluigi Martino about 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 2edf3b17f2817a2d12cadec157131dccdb9a8dd7.