Project

General

Profile

Actions

Bug #92441

closed

Legacy Signal/Slot shouldExcludeTableFromReferenceIndex / IsTableExcludedFromReferenceIndexEvent won't be triggered

Added by Webadmin no-lastname-given over 3 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
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


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #89733: Migrate various Signal Slots to PSR-14 eventsClosedBenni Mack2019-11-21

Actions
Actions #1

Updated by Gerrit Code Review over 3 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

Actions #2

Updated by Gerrit Code Review over 3 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

Actions #3

Updated by Daniel Goerz over 3 years ago

  • Related to Feature #89733: Migrate various Signal Slots to PSR-14 events added
Actions #4

Updated by Daniel Goerz over 3 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #5

Updated by Benni Mack over 3 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF