Actions
Bug #99891
closedSearch configuration needs to know renderer module
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2023-02-09
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The search configuration currently registers its renderers in a global backend scope, where modules are loaded only once. This has the negative side-effect that using the same web components in e.g. a backend controller won't work as the modules are loaded in the wrong scope and unknown in the backend module iframe construct.
The API needs to be refined to know and load the renderers on demand.
Actions