Bug #102838
closedForm: YAML Configuration don't load in Configuration BE Module
100%
Description
"Form: YAML Configuration" is not available in the drop-down list of the Configuration module.
I think it's a problem of extension loading order, the Form extension being loaded before the Lowlevel extension.
So if($containerBuilder->hasDefinition(ProviderRegistry::class) condition in EXT:form/Configuration/Services.php is not TRUE.
Add ['constraints'=>'suggests'=>'lowlevel'=>'12.4.9'] in EXT:form/ext_emconf.php should solve the problem.
['constraints'=>'suggests'=>'lowlevel'=>'12.4.9'] can also be added for Reactions extension and Webhooks extension, which have the same configuration, even though they load naturally after Lowlevel extension.
Updated by Gerrit Code Review about 1 year ago
- Status changed from New 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/+/82497
Updated by Gerrit Code Review about 1 year 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/+/82497
Updated by Gerrit Code Review about 1 year 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/+/82497
Updated by Gerrit Code Review about 1 year ago
Patch set 1 for branch 12.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/+/82611
Updated by Oliver Bartsch about 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 804d5315f68a111ddcd46836d90ce9bac76261cb.