Actions
Bug #92441
closedLegacy Signal/Slot shouldExcludeTableFromReferenceIndex / IsTableExcludedFromReferenceIndexEvent won't be triggered
Start date:
2020-09-29
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.2
Tags:
Complexity:
no-brainer
Is Regression:
Yes
Sprint Focus:
Description
After hours of debugging we discovered that there is an unwanted comma after "event.listener" in line 259 of /sysext/core/Configuration/Services.yaml
- name: event.listener, identifier: 'legacy-slot' method: 'onReferenceIndexShouldExcludeTableFromReferenceIndexSignal' event: TYPO3\CMS\Core\DataHandling\Event\IsTableExcludedFromReferenceIndexEvent
This will break the YAML at this point. So the Signal won't be triggered. Even the Service itself won't be visible in Backend > Configuration > PSR-14
Actions