From 00803fef2cdfd327138231f96362be6141c278ce Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Carretero?=
 <frederic.carretero@veremes.com>
Date: Fri, 18 Jan 2019 16:45:37 +0100
Subject: [PATCH] =?UTF-8?q?Correction=20dans=20le=20formulaire=20des=20obj?=
 =?UTF-8?q?ets=20m=C3=A9tiers?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 ..._business_object_vmap_business_object.json | 26 ++++++++++++++++---
 1 file changed, 22 insertions(+), 4 deletions(-)

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 4aad624d..4d4b9a04 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
@@ -536,14 +536,14 @@
                         },
                         "disabled": false,
                         "required": true,
-                        "nb_cols": 3,
+                        "nb_cols": 2,
                         "default_value": true
                     },
                     {
                         "type": "text",
                         "name": "location_placeholder",
                         "label": "FORM_LOCATION_PLACEHOLDER_VMAP_BUSINESS_OBJECT",
-                        "nb_cols": 3,
+                        "nb_cols": 4,
                         "id": "bo_location_placeholder"
                     },
                     {
@@ -1037,9 +1037,17 @@
                         },
                         "disabled": false,
                         "required": true,
-                        "nb_cols": 12,
+                        "nb_cols": 2,
                         "default_value": true
-                    }, {
+                    },
+                    {
+                        "type": "text",
+                        "name": "location_placeholder",
+                        "label": "FORM_LOCATION_PLACEHOLDER_VMAP_BUSINESS_OBJECT",
+                        "nb_cols": 4,
+                        "id": "bo_location_placeholder"
+                    },
+                    {
                         "type": "radio",
                         "options": {
                             "choices": [
@@ -1313,6 +1321,16 @@
                     }
                 ]
             },
+            {
+                "fields": [
+                    {
+                        "type": "label",
+                        "name": "location_placeholder",
+                        "label": "FORM_LOCATION_PLACEHOLDER_VMAP_BUSINESS_OBJECT",
+                        "nb_cols": 12
+                    }
+                ]
+            },
             {
                 "fields": [
                     {
-- 
GitLab