TYPO3 v15 dev-main snapshot ()
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
|
||||
.. include:: /Includes.rst.txt
|
||||
|
||||
.. _breaking-60609:
|
||||
|
||||
=======================================================
|
||||
Breaking: #60609 - Configuration Manager Signal Changed
|
||||
=======================================================
|
||||
|
||||
See :issue:`60609`
|
||||
|
||||
Description
|
||||
===========
|
||||
|
||||
The extension for which the configuration was written was added to the signal emitted
|
||||
in the ConfigurationManager of the ExtensionManager as first parameter as the whole signal was
|
||||
unusable without this information.
|
||||
|
||||
|
||||
Impact
|
||||
======
|
||||
|
||||
The arguments for a method listening to this signal have changed.
|
||||
|
||||
|
||||
Affected installations
|
||||
======================
|
||||
|
||||
A TYPO3 instance is affected if there is code using the signal "afterExtensionConfigurationWrite".
|
||||
|
||||
Migration
|
||||
=========
|
||||
|
||||
Rewrite the listening function to use the extension key as first parameter.
|
||||
|
||||
|
||||
.. index:: PHP-API, Backend, ext:extensionmanager
|
||||
Reference in New Issue
Block a user