diff --git a/src/module_vmap/module/forms/vmap_business_object/vmap_business_object_vmap_business_object.json b/src/module_vmap/module/forms/vmap_business_object/vmap_business_object_vmap_business_object.json index 2b133422ef052ac41de45de35d3cb3df58a27f28..35a3fd4f370c124a9fd25e2c42bf9ad897ad9cd7 100644 --- a/src/module_vmap/module/forms/vmap_business_object/vmap_business_object_vmap_business_object.json +++ b/src/module_vmap/module/forms/vmap_business_object/vmap_business_object_vmap_business_object.json @@ -1004,6 +1004,60 @@ "nb_cols": 6 } ] + }, { + "fields": [ + { + "type": "radio", + "options": { + "choices": [ + { + "label": "Oui", + "value": true + }, + { + "label": "Non", + "value": false + } + ] + }, + "name": "enable_location", + "label": "FORM_LOCATABLE_VMAP_BUSINESS_OBJECT", + "tooltip": { + "title": "", + "content": "FORM_LOCATABLE_VMAP_BUSINESS_OBJECT_TOOLTIP", + "container": "body" + }, + "disabled": false, + "required": true, + "nb_cols": 12, + "default_value": true + }, { + "type": "radio", + "options": { + "choices": [ + { + "label": "Oui", + "value": true + }, + { + "label": "Non", + "value": false + } + ] + }, + "name": "enable_selection", + "label": "FORM_SELECTABLE_VMAP_BUSINESS_OBJECT", + "tooltip": { + "title": "", + "content": "FORM_SELECTABLE_VMAP_BUSINESS_OBJECT_TOOLTIP", + "container": "body" + }, + "disabled": false, + "required": true, + "nb_cols": 12, + "default_value": true + } + ] }, { "fields": [