Carbon: N°1855 - fix "depends on" displaying fields from children

This commit is contained in:
Eric
2019-04-30 12:02:13 +02:00
parent 78b6c03af7
commit 2f71570390
2 changed files with 3 additions and 2 deletions

View File

@@ -395,6 +395,7 @@ EOF
{
foreach($aFields as $oField)
{
/** @var \DesignerFormField $oField */
$oField->ReadParam($aValues);
}
}