Deprecation: #65360 - Deprecate wrong class name used in PostProcessTree Signal call
See forge#65360
Description
In DatabaseTreeDataProvider there is a PostProcessTree signal called via SignalSlot dispatcher.
The wrong class name TYPO3CMSCore
was used prior to this change. This class name has now been marked as deprecated.
The correct name is TYPO3CMSCore
Impact
Wrong class name was used for the PostProcessTree signal. The old one is now deprecated.
Affected installations
All installations which have signals connected to the old/wrong class name
TYPO3CMSCore.
Migration
- Use
TYPO3CMSCoreinstead ofTree Table Configuration Database Tree Data Provider:: class TYPO3CMSCoreTree Table Configuration Table Configuration Database Tree Data Provider