mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 11:38:44 +02:00
N°8772 - Form dependencies manager implementation - WIP
This commit is contained in:
@@ -8,9 +8,12 @@ use Combodo\iTop\Forms\Block\FormOutput;
|
||||
class OqlFormBlock extends StringFormBlock
|
||||
{
|
||||
|
||||
public const OUTPUT_SELECTED_CLASS = 'selected_class';
|
||||
|
||||
public function InitOutputs(): void
|
||||
{
|
||||
$this->AddOutput(new FormOutput('selected_class', 'string'));
|
||||
parent::InitOutputs();
|
||||
$this->AddOutput(new FormOutput(self::OUTPUT_SELECTED_CLASS, 'string'));
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user