---
title: "Breaking: #79242 - Remove l10n_mode noCopy"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-79242"
source: "Changelog/8.6/Breaking-79242-RemoveL10n_modeNoCopy.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Breaking: #79242 - Remove l10n_mode noCopy

See [forge#79242](https://forge.typo3.org/issues/79242)

## Description

The setting `noCopy` has been removed without replacement from the list of possible values of the TCA column
property `l10n_mode`.

## Impact

Previously `noCopy` prevented that values of the parent language record were copied
to a particular localization when that was created. Now, this value is duplicated during the creation of the localized record and has to be cleared manually if required.

## Affected Installations

All having `$GLOBALS['TCA'][<table-name>]['columns'][<column-name>]['l10n_mode']`
set to `noCopy`.

## Migration

Remove setting `$GLOBALS['TCA'][<table-name>]['columns'][<column-name>]['l10n_mode']`
if it is set to `noCopy`.
