TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,40 @@
.. include:: /Includes.rst.txt
.. _breaking-83122:
=======================================================
Breaking: #83122 - Removed stdWrap option TCAselectItem
=======================================================
See :issue:`83122`
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
======
The stdWrap option :typoscript:`TCAselectItem` will not work anymore.
Calling :php:`\TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::stdWrap_TCAselectItem` and
:php:`\TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::TCAlookup` will trigger an error.
Affected Installations
======================
Any instance using the stdWrap option :typoscript:`TCAselectItem` or calls to
:php:`\TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::stdWrap_TCAselectItem` and
:php:`\TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::TCAlookup`.
Migration
=========
Use a custom userFunc to rebuild the functionality.
.. index:: Frontend, TypoScript, PartiallyScanned