mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-26 03:58:45 +02:00
N°8772 - XML description traduction to PHP wip
This commit is contained in:
@@ -23,8 +23,8 @@ use Combodo\iTop\Forms\Register\IORegister;
|
||||
class ChoiceFormBlock extends AbstractTypeFormBlock
|
||||
{
|
||||
// Outputs
|
||||
public const OUTPUT_LABEL = 'label';
|
||||
public const OUTPUT_VALUE = 'value';
|
||||
public const OUTPUT_LABEL = 'output_label';
|
||||
public const OUTPUT_VALUE = 'output_value';
|
||||
|
||||
/** @inheritdoc */
|
||||
public function GetFormType(): string
|
||||
|
||||
Reference in New Issue
Block a user