mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-30 14:08:46 +02:00
N°8772 - Form dependencies manager implementation - WIP
This commit is contained in:
@@ -38,7 +38,7 @@ class FormInput
|
||||
|
||||
public function Connect(string $sOutputBlockName, string $sOutputName)
|
||||
{
|
||||
$this->aConnections[] = ['block' => $sOutputBlockName, 'output' => $sOutputName];
|
||||
$this->aConnections[] = ['output_block' => $sOutputBlockName, 'output' => $sOutputName];
|
||||
}
|
||||
|
||||
public function GetConnections(): array
|
||||
|
||||
Reference in New Issue
Block a user