diff --git a/application/Espo/Modules/Crm/Resources/layouts/Account/relationships.json b/application/Espo/Modules/Crm/Resources/layouts/Account/relationships.json index 61fa2b4cc8..3e21f106c7 100644 --- a/application/Espo/Modules/Crm/Resources/layouts/Account/relationships.json +++ b/application/Espo/Modules/Crm/Resources/layouts/Account/relationships.json @@ -1 +1,7 @@ -["contacts","opportunities","cases","documents"] +[ + "contacts", + "opportunities", + "cases", + "_delimiter_", + "documents" +] diff --git a/application/Espo/Modules/Crm/Resources/layouts/Campaign/relationships.json b/application/Espo/Modules/Crm/Resources/layouts/Campaign/relationships.json index da08eeee57..c04c32be2b 100644 --- a/application/Espo/Modules/Crm/Resources/layouts/Campaign/relationships.json +++ b/application/Espo/Modules/Crm/Resources/layouts/Campaign/relationships.json @@ -1,5 +1,6 @@ [ "campaignLogRecords", + "_delimiter_", "opportunities", "leads" ] diff --git a/application/Espo/Resources/layouts/User/sidePanelsDetail.json b/application/Espo/Resources/layouts/User/sidePanelsDetail.json new file mode 100644 index 0000000000..30781edb35 --- /dev/null +++ b/application/Espo/Resources/layouts/User/sidePanelsDetail.json @@ -0,0 +1,17 @@ +{ + "default": { + "index": 0 + }, + "_delimiter_": { + "index": 1 + }, + "activities": { + "index": 2 + }, + "history": { + "index": 3 + }, + "tasks": { + "index": 4 + } +} \ No newline at end of file