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,39 @@
.. include:: /Includes.rst.txt
.. _breaking-76259:
========================================================
Breaking: #76259 - Value passed to hook getTable changed
========================================================
See :issue:`76259`
Description
===========
The value of :php:`$additionalWhere` passed to the method :php:`getDBlistQuery()`
as part of the hook `getTable` in :php:`\TYPO3\CMS\Recordlist\RecordList\DatabaseRecordList`
has changed and no longer includes the leading `AND`.
Impact
======
3rd Party extensions implementing the hook method need to ensure the leading `AND` is no
longer present. The leading `AND` should also not be returned anymore.
Affected Installations
======================
Installations using 3rd party extensions that implement the hook method.
Migration
=========
Migrate the hook method to no longer expect or prepend the leading `AND`.
.. index:: Database, PHP-API, Backend