N°8772 - Turbo Ok

This commit is contained in:
Eric Espie
2025-11-05 10:15:58 +01:00
parent b3ed7f4f5b
commit 8fdad7997e

View File

@@ -30,6 +30,7 @@ class FormType extends AbstractType
$aData[] = [ $aData[] = [
'name' => $oChild->GetName(), 'name' => $oChild->GetName(),
'added' => $oChild->IsAdded(), 'added' => $oChild->IsAdded(),
'id' => $oChild->GetIdentifier(),
'path' => $oFormChild->getPropertyPath(), 'path' => $oFormChild->getPropertyPath(),
]; ];
} }
@@ -37,6 +38,7 @@ class FormType extends AbstractType
$aData[] = [ $aData[] = [
'name' => $oChild->GetName(), 'name' => $oChild->GetName(),
'added' => $oChild->IsAdded(), 'added' => $oChild->IsAdded(),
'id' => $oChild->GetIdentifier(),
]; ];
} }