Project

General

Profile

Actions

Bug #102838

closed

Form: YAML Configuration don't load in Configuration BE Module

Added by David CADU 6 months ago. Updated 9 days ago.

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 #1

Updated by Gerrit Code Review 6 months 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

Actions #2

Updated by Gerrit Code Review 6 months 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

Actions #3

Updated by Gerrit Code Review 6 months 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

Actions #4

Updated by Gerrit Code Review 6 months 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

Actions #5

Updated by Oliver Bartsch 6 months ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #6

Updated by Benni Mack 9 days ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF