N°7063 - Forms SDK - Add Symfony forms component

error forms issue
This commit is contained in:
Benjamin Dalsass
2024-01-09 10:34:56 +01:00
parent cc367fa19e
commit 153027434d
3 changed files with 140 additions and 121 deletions

View File

@@ -182,7 +182,6 @@ final class FormFactoryObjectAdapter implements FormFactoryAdapterInterface
if($this->bGroup){
$oGroupDescriptions = new FormFieldDescription($this->GetIdentifier(), FormFieldTypeEnumeration::FIELDSET, [
'fields' => $aFieldsDescriptions,
'label' => $this->GetLabel(),
'layout' => [
'row__1' => [
'column__1' => [