Merge remote-tracking branch 'origin/feature/8772_form_dependencies_manager' into feature/8772_form_dependencies_manager

This commit is contained in:
Benjamin Dalsass
2025-10-29 14:00:08 +01:00
5 changed files with 55 additions and 25 deletions

View File

@@ -376,16 +376,6 @@ abstract class AbstractFormBlock
$this->bIsAddedToForm = $bIsAdded;
}
public function ListBlockNames(): array
{
$aNames = [];
foreach ($this->aSubFormBlocks as $oSubFormBlock) {
$aNames[] = $oSubFormBlock->GetName();
}
return $aNames;
}
/**
* Compute outputs values.
*