mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-18 23:08:46 +02:00
N°8772 - Turbo Ok
This commit is contained in:
@@ -30,6 +30,7 @@ class FormType extends AbstractType
|
||||
$aData[] = [
|
||||
'name' => $oChild->GetName(),
|
||||
'added' => $oChild->IsAdded(),
|
||||
'id' => $oChild->GetIdentifier(),
|
||||
'path' => $oFormChild->getPropertyPath(),
|
||||
];
|
||||
}
|
||||
@@ -37,6 +38,7 @@ class FormType extends AbstractType
|
||||
$aData[] = [
|
||||
'name' => $oChild->GetName(),
|
||||
'added' => $oChild->IsAdded(),
|
||||
'id' => $oChild->GetIdentifier(),
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user