Bug #99891
closedSearch configuration needs to know renderer module
100%
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.
Updated by Gerrit Code Review almost 2 years ago
- Status changed from In Progress to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/77796
Updated by Gerrit Code Review almost 2 years ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/77796
Updated by Gerrit Code Review almost 2 years ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/77796
Updated by Andreas Fernandez almost 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 302a37f2fd073ddbec0958762484d4b451f175bf.