Project

General

Profile

Actions

Bug #86293

closed

disablePrependAtCopy = 1 not respected during translation process of page or content

Added by Joerg Boesche over 5 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Localization
Target version:
Start date:
2018-09-18
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

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
Reproduce - tt_content
  • 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

Actions #1

Updated by Frank Nägler over 5 years ago

  • Target version set to next-patchlevel
Actions #2

Updated by Gerrit Code Review over 5 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

Actions #3

Updated by Gerrit Code Review over 5 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

Actions #4

Updated by Gerrit Code Review over 5 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

Actions #5

Updated by Gianluigi Martino over 5 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #6

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF