mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-29 21:48:45 +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