From 312af9befbcb72bf2f32fedd950d46ea43dba1ed Mon Sep 17 00:00:00 2001 From: yuri Date: Mon, 10 Oct 2016 16:19:34 +0300 Subject: [PATCH] change person layouts --- .../Espo/Core/Templates/Layouts/Person/detail.json | 8 ++++++++ .../Espo/Core/Templates/Layouts/Person/detailSmall.json | 6 ++++++ 2 files changed, 14 insertions(+) diff --git a/application/Espo/Core/Templates/Layouts/Person/detail.json b/application/Espo/Core/Templates/Layouts/Person/detail.json index 4eea4e9571..46ea616946 100644 --- a/application/Espo/Core/Templates/Layouts/Person/detail.json +++ b/application/Espo/Core/Templates/Layouts/Person/detail.json @@ -12,6 +12,14 @@ { "name": "emailAddress" }, + { + "name": "phoneNumber" + } + ], + [ + { + "name": "address" + }, false ], [ diff --git a/application/Espo/Core/Templates/Layouts/Person/detailSmall.json b/application/Espo/Core/Templates/Layouts/Person/detailSmall.json index 1168e0c159..43c4e691bb 100644 --- a/application/Espo/Core/Templates/Layouts/Person/detailSmall.json +++ b/application/Espo/Core/Templates/Layouts/Person/detailSmall.json @@ -14,6 +14,12 @@ "fullWidth": true } ], + [ + { + "name": "phoneNumber", + "fullWidth": true + } + ], [ { "name": "description",