N°8771 - Add Symfony form component to iTop core

- IO debug
This commit is contained in:
Benjamin Dalsass
2025-10-24 15:36:51 +02:00
parent eb3c5e4eee
commit a4fbe90579
6 changed files with 17 additions and 14 deletions

View File

@@ -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();