N°8772 - "generic" form controller wip

This commit is contained in:
Eric Espie
2025-12-04 17:06:41 +01:00
parent 1fe6103d4f
commit b315b97e9e
38 changed files with 511 additions and 53 deletions

View File

@@ -23,8 +23,8 @@ use Combodo\iTop\Forms\Register\IORegister;
class ChoiceFormBlock extends AbstractTypeFormBlock
{
// Outputs
public const OUTPUT_LABEL = 'output_label';
public const OUTPUT_VALUE = 'output_value';
public const OUTPUT_LABEL = 'label';
public const OUTPUT_VALUE = 'value';
/** @inheritdoc */
public function GetFormType(): string