mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 01:58:47 +02:00
N°8772 - Form dependencies manager implementation - WIP
This commit is contained in:
@@ -7,11 +7,11 @@ use Combodo\iTop\Forms\Block\FormInput;
|
||||
|
||||
class AttributeChoiceFormBlock extends ChoiceFormBlock
|
||||
{
|
||||
|
||||
public const INPUT_CLASS_NAME = 'class_name';
|
||||
|
||||
public function InitInputs(): void
|
||||
{
|
||||
$this->AddInput(new FormInput('class_name', 'string'));
|
||||
$this->AddInput(new FormInput(self::INPUT_CLASS_NAME, 'string'));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user