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
Updated by Gerrit Code Review about 4 years ago
- Status changed from New to Under Review
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/65959
Updated by Gerrit Code Review about 4 years ago
Patch set 2 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/65959
Updated by Daniel Goerz about 4 years ago
- Related to Feature #89733: Migrate various Signal Slots to PSR-14 events added
Updated by Daniel Goerz about 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset fdcf3963644bf4243d931a1b86b4a134ba297322.
Actions