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

Also available in: Atom PDF