Skip to content
Snippets Groups Projects
Commit 6dbadc0b authored by Anja Leichsenring's avatar Anja Leichsenring Committed by Andreas Fernandez
Browse files

[TASK] Move changelog files into 10.4 folder part 2

The changelog files for the version 10.4 must leave the
master folder now and move to their final home in 10.4.

Resolves: #91106
Releases: master
Change-Id: If4b7d5e737b0759592600c06578e6aac3a78f6d9
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64269


Tested-by: default avatarJosef Glatz <josefglatz@gmail.com>
Tested-by: default avatarTymoteusz Motylewski <t.motylewski@gmail.com>
Tested-by: default avatarBjörn Jacob <bjoern.jacob@tritum.de>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarJosef Glatz <josefglatz@gmail.com>
Reviewed-by: default avatarTymoteusz Motylewski <t.motylewski@gmail.com>
Reviewed-by: default avatarBjörn Jacob <bjoern.jacob@tritum.de>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
parent 121a6c97
Branches
Tags
No related merge requests found
...@@ -9,25 +9,26 @@ See :issue:`90945` ...@@ -9,25 +9,26 @@ See :issue:`90945`
Description Description
=========== ===========
A new PSR-14 event ``\TYPO3\CMS\Backend\Controller\Event\AfterPageColumnsSelectedForLocalizationEvent`` A new PSR-14 event :php:`\TYPO3\CMS\Backend\Controller\Event\AfterPageColumnsSelectedForLocalizationEvent`
has been added and will be dispatched after records and columns are collected in the ``LocalizationController``. has been added and will be dispatched after records and columns are collected in the :php`LocalizationController`.
The event receives: The event receives:
* The default columns and columnsList built by ``LocalizationController``. * The default columns and columnsList built by :php:`LocalizationController`
* The list of records that were analyzed to create the columns manifest. * The list of records that were analyzed to create the columns manifest
* The parameters received by the ``LocalizationController``. * The parameters received by the :php`LocalizationController`
The event allows changes to: The event allows changes to:
* The columns and the columnsList. * the columns
* the columnsList
Impact Impact
====== ======
This allows third party code to read or manipulate the "columns manifest" that gets displayed in the This allows third party code to read or manipulate the "columns manifest" that gets displayed in the
translation modal when a user has clicked the "Translate" button in the page module, by implementing translation modal when a user has clicked the ``Translate`` button in the page module, by implementing
a listener for the ``\TYPO3\CMS\Backend\Controller\Event\AfterPageColumnsSelectedForLocalizationEvent`` event. a listener for the :php:`\TYPO3\CMS\Backend\Controller\Event\AfterPageColumnsSelectedForLocalizationEvent` event.
.. index:: Backend, ext:backend .. index:: Backend, ext:backend
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