form input

This commit is contained in:
Benjamin Dalsass
2025-12-04 15:25:52 +01:00
parent 9c540b6227
commit 3503805fe1
20 changed files with 261 additions and 53 deletions

View File

@@ -36,7 +36,7 @@ class CollectionBlock extends AbstractTypeFormBlock
public function EntryDependsOnParent(string $sInputName, string $sParentInputName): AbstractFormBlock
{
$this->oPrototypeBlock->DependsOnParent($sInputName, $sParentInputName);
$this->oPrototypeBlock->InputDependsOnParent($sInputName, $sParentInputName);
return $this;
}