mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 19:48:49 +02:00
N°7063 - Forms SDK - Add Symfony forms component
error forms issue
This commit is contained in:
@@ -184,12 +184,8 @@ final class FormFactoryObjectAdapter implements FormFactoryAdapterInterface
|
||||
'fields' => $aFieldsDescriptions,
|
||||
'layout' => [
|
||||
'row__1' => [
|
||||
'column__1' => [
|
||||
'fieldset__1' => [ 'name'],
|
||||
],
|
||||
'column__2' => [
|
||||
'fieldset__2' => ['mobile_phone'],
|
||||
],
|
||||
'column__1' => [ 'name'],
|
||||
'column__2' => ['mobile_phone'],
|
||||
],
|
||||
]
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user