N°3750 - Behat: Add missing metadata to DesignerFormField

This commit is contained in:
Molkobain
2021-08-17 10:00:16 +02:00
parent b3cce54ee9
commit 8c043f137c
3 changed files with 104 additions and 2 deletions

View File

@@ -94,6 +94,8 @@ abstract class cmdbAbstractObject extends CMDBObject implements iDisplay
/** @var string */
public const ENUM_INPUT_TYPE_RADIO = 'radio';
/** @var string */
public const ENUM_INPUT_TYPE_CHECKBOX = 'checkbox';
/** @var string */
public const ENUM_INPUT_TYPE_DROPDOWN_RAW = 'dropdown_raw';
/** @var string */
public const ENUM_INPUT_TYPE_DROPDOWN_DECORATED = 'dropdown_decorated'; // now with the JQuery Selectize plugin