TYPO3 v15 dev-main snapshot ()
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user