You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[TASK] Always delegate simulated TSFE via PSR-14 events instead of Site/SiteLanguage
Almost all in EXT:solr 12-ALPHA introduced events propagate the Site and SiteLanguage objects, which are fetched from simulated TSFE object. That does not allow to use the required TSFE in subsequent processing directly, without instantiate TSFE objects manually.
EXT:solr* stack requires exact the same TSFE object, which is used by indexed Records/Pages, to process correctly.
This change makes it possible to reuse simulated TSFE object in listeners to be able to delegate right Core-Context objects for TYPO3 CORE components.
The Site and SiteLanguage getters are still available.
Fixes: #3800
0 commit comments