---
title: "Breaking: #75834 - Reorder processing of TCA Select items"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-75834"
source: "Changelog/9.2/Breaking-75834-ReorderProcessingOfTcaSelectItems.rst"
typo3-version: "9.2"
typo3-major: 9
type: "breaking"
issue: 75834
forge: "https://forge.typo3.org/issues/75834"
tags: ["Backend", "NotScanned"]
rendered: "2026-09-20T18:31:11+00:00"
---

# Breaking: #75834 - Reorder processing of TCA Select items {#breaking-75834}

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

## Description {#description}

It's now possible again to add and remove items via `pageTSconfig` after `itemsProcFunc` has been processed
for TCA select fields.

## Impact {#impact}

Items generated by `itemsProcFunc` no longer have the highest priority.

## Affected Installations {#affected-installations}

Any installation that relied on `itemsProcFunc` being the source of truth for a given field.

## Migration {#migration}

Cross check if you added or removed items via `pageTSconfig`. These might be really gone now.
