mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 11:38:44 +02:00
N°7063 - Forms SDK - Add Symfony forms component
error forms issue
This commit is contained in:
@@ -183,9 +183,9 @@ final class FormFactoryObjectAdapter implements FormFactoryAdapterInterface
|
||||
$oGroupDescriptions = new FormFieldDescription($this->GetIdentifier(), FormFieldTypeEnumeration::FIELDSET, [
|
||||
'fields' => $aFieldsDescriptions,
|
||||
'layout' => [
|
||||
'row__1' => [
|
||||
'column__1' => [ 'name'],
|
||||
'column__2' => ['mobile_phone'],
|
||||
':row_1' => [
|
||||
':column_1' => ['name'],
|
||||
':column_2' => ['mobile_phone'],
|
||||
],
|
||||
]
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user