Actions
Bug #91827
openListeners for ModifyLanguagePackRemoteBaseUrlEvent never called
Status:
New
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2020-07-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The registered EventListeners for the event ModifyLanguagePackRemoteBaseUrlEvent are never called. This affects self-registered listeners as well as the core provided listener TYPO3\CMS\Install\Compatibility\SlotReplacement::onLanguagePackProcessMirrorUrl.
In the LanguagePackService of ext:install I called the function getAllListenerDefinitions() from $this->eventDispatcher->listenerProvider to test it. This function does not return any entries. It seems that the Services.yaml is completely ignored here. In the backend under the module "Configuration" all EventListeners appear correctly.
No data to display
Actions