Breaking: #76259 - Value passed to hook getTable changed
See forge#76259
Description
The value of $additional
passed to the method get
as part of the hook get
in \TYPO3\
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
.