mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-26 03:58:45 +02:00
N°8771 - Add Symfony form component to iTop core
- IO debug
This commit is contained in:
@@ -41,9 +41,9 @@ class AttributeChoiceFormBlock extends ChoiceFormBlock
|
||||
}
|
||||
|
||||
/** @inheritdoc */
|
||||
public function GetOptions(): array
|
||||
public function UpdateOptions(): array
|
||||
{
|
||||
$aOptions = parent::GetOptions();
|
||||
$aOptions = parent::UpdateOptions();
|
||||
|
||||
$oBinding = $this->GetInput(self::INPUT_CLASS_NAME)->GetBinding();
|
||||
$oConnectionValue = $oBinding->oOutput->Value();
|
||||
|
||||
Reference in New Issue
Block a user