---
title: "Breaking: #83122 - Removed stdWrap option TCAselectItem"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-83122"
source: "Changelog/9.0/Breaking-83122-RemovedStdWrapOptionTCAselectItem.rst"
typo3-version: "9.0"
typo3-major: 9
type: "breaking"
issue: 83122
forge: "https://forge.typo3.org/issues/83122"
tags: ["Frontend", "TypoScript", "PartiallyScanned"]
rendered: "2026-09-20T18:31:11+00:00"
---

# Breaking: #83122 - Removed stdWrap option TCAselectItem {#breaking-83122}

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

## Description {#description}

The option `TCAselectItem` is rarely used and also does not cover all possibilities of the core like manipulating
entries with TSconfig and the mentioned support of database relations.

## Impact {#impact}

The stdWrap option `TCAselectItem` will not work anymore.

Calling `\TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::stdWrap_TCAselectItem` and
`\TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::TCAlookup` will trigger an error.

## Affected Installations {#affected-installations}

Any instance using the stdWrap option `TCAselectItem` or calls to
`\TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::stdWrap_TCAselectItem` and
`\TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::TCAlookup`.

## Migration {#migration}

Use a custom userFunc to rebuild the functionality.
