Actions
Bug #102838
closedForm: YAML Configuration don't load in Configuration BE Module
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
System/Bootstrap/Configuration
Target version:
-
Start date:
2024-01-15
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
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.
Actions