From 5ec7610dda2875cc44e4fa1c296ad220f56f6b35 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Wed, 18 Jun 2025 13:31:25 +0300 Subject: [PATCH] remove order field from layout --- .../layouts/KnowledgeBaseCategory/detail.json | 12 ++---------- .../layouts/KnowledgeBaseCategory/detailSmall.json | 8 +------- .../Resources/layouts/TargetListCategory/detail.json | 12 ++---------- .../layouts/TargetListCategory/detailSmall.json | 8 +------- .../layouts/EmailTemplateCategory/detail.json | 12 ++---------- .../layouts/EmailTemplateCategory/detailSmall.json | 8 +------- 6 files changed, 9 insertions(+), 51 deletions(-) diff --git a/application/Espo/Modules/Crm/Resources/layouts/KnowledgeBaseCategory/detail.json b/application/Espo/Modules/Crm/Resources/layouts/KnowledgeBaseCategory/detail.json index c0caea021e..2a9c9c7a10 100644 --- a/application/Espo/Modules/Crm/Resources/layouts/KnowledgeBaseCategory/detail.json +++ b/application/Espo/Modules/Crm/Resources/layouts/KnowledgeBaseCategory/detail.json @@ -1,6 +1,5 @@ [ { - "label": "", "rows": [ [ { @@ -12,16 +11,9 @@ ], [ { - "name": "order" - }, - false - ], - [ - { - "name": "description", - "fullWidth": true + "name": "description" } ] ] } -] \ No newline at end of file +] diff --git a/application/Espo/Modules/Crm/Resources/layouts/KnowledgeBaseCategory/detailSmall.json b/application/Espo/Modules/Crm/Resources/layouts/KnowledgeBaseCategory/detailSmall.json index ec324670d4..cd69ff5b88 100644 --- a/application/Espo/Modules/Crm/Resources/layouts/KnowledgeBaseCategory/detailSmall.json +++ b/application/Espo/Modules/Crm/Resources/layouts/KnowledgeBaseCategory/detailSmall.json @@ -1,17 +1,11 @@ [ { - "label": "", "rows": [ [ { "name": "name" } ], - [ - { - "name": "order" - } - ], [ { "name": "parent" @@ -19,4 +13,4 @@ ] ] } -] \ No newline at end of file +] diff --git a/application/Espo/Modules/Crm/Resources/layouts/TargetListCategory/detail.json b/application/Espo/Modules/Crm/Resources/layouts/TargetListCategory/detail.json index c0caea021e..2a9c9c7a10 100644 --- a/application/Espo/Modules/Crm/Resources/layouts/TargetListCategory/detail.json +++ b/application/Espo/Modules/Crm/Resources/layouts/TargetListCategory/detail.json @@ -1,6 +1,5 @@ [ { - "label": "", "rows": [ [ { @@ -12,16 +11,9 @@ ], [ { - "name": "order" - }, - false - ], - [ - { - "name": "description", - "fullWidth": true + "name": "description" } ] ] } -] \ No newline at end of file +] diff --git a/application/Espo/Modules/Crm/Resources/layouts/TargetListCategory/detailSmall.json b/application/Espo/Modules/Crm/Resources/layouts/TargetListCategory/detailSmall.json index ec324670d4..cd69ff5b88 100644 --- a/application/Espo/Modules/Crm/Resources/layouts/TargetListCategory/detailSmall.json +++ b/application/Espo/Modules/Crm/Resources/layouts/TargetListCategory/detailSmall.json @@ -1,17 +1,11 @@ [ { - "label": "", "rows": [ [ { "name": "name" } ], - [ - { - "name": "order" - } - ], [ { "name": "parent" @@ -19,4 +13,4 @@ ] ] } -] \ No newline at end of file +] diff --git a/application/Espo/Resources/layouts/EmailTemplateCategory/detail.json b/application/Espo/Resources/layouts/EmailTemplateCategory/detail.json index c0caea021e..2a9c9c7a10 100644 --- a/application/Espo/Resources/layouts/EmailTemplateCategory/detail.json +++ b/application/Espo/Resources/layouts/EmailTemplateCategory/detail.json @@ -1,6 +1,5 @@ [ { - "label": "", "rows": [ [ { @@ -12,16 +11,9 @@ ], [ { - "name": "order" - }, - false - ], - [ - { - "name": "description", - "fullWidth": true + "name": "description" } ] ] } -] \ No newline at end of file +] diff --git a/application/Espo/Resources/layouts/EmailTemplateCategory/detailSmall.json b/application/Espo/Resources/layouts/EmailTemplateCategory/detailSmall.json index ec324670d4..cd69ff5b88 100644 --- a/application/Espo/Resources/layouts/EmailTemplateCategory/detailSmall.json +++ b/application/Espo/Resources/layouts/EmailTemplateCategory/detailSmall.json @@ -1,17 +1,11 @@ [ { - "label": "", "rows": [ [ { "name": "name" } ], - [ - { - "name": "order" - } - ], [ { "name": "parent" @@ -19,4 +13,4 @@ ] ] } -] \ No newline at end of file +]