mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-02 23:18:43 +02:00
form input
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user