Skip to content
Snippets Groups Projects
Commit 71a34f5a authored by Oliver Bartsch's avatar Oliver Bartsch
Browse files

[DOCS] Replace deprecated hook in changelog

The mentioned hook has been deprecated
with #95105 and is therefore replaced by
the corresponding PSR-14 event.

Resolves: #95140
Related: #95105
Releases: master
Change-Id: I16cb92f46c0e06243e55ce86bd39572e83609293
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/70958


Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
parent 2ca6eb39
No related merge requests found
......@@ -31,9 +31,9 @@ displayed records. This button now also respects the current selection,
making it possible to edit a single field for only a specific selection
of records.
Manipulating the displayed actions in the table header is still possible using
the :php:`$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['typo3/class.db_list_extra.inc']['actions']`
hook.
Manipulating the displayed actions in the table header is still possible
using the `\TYPO3\CMS\Recordlist\Event\ModifyRecordListTableActionsEvent`
PSR-14 event.
In case you are still using the TSconfig option
:typoscript:`showClipControlPanelsDespiteOfCMlayers`, which is rather
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment