From 8317190bb81172ecd02402ede1c7e7a6180b560d Mon Sep 17 00:00:00 2001 From: bsiggel Date: Fri, 23 Jan 2026 23:30:27 +0100 Subject: [PATCH] Remove unused Beteiligte tab and related fields from CAdressen layout; update detail layout to include Beteiligte field --- .../Resources/layouts/CAdressen/bottomPanelsDetail.json | 8 -------- .../Espo/Custom/Resources/layouts/CAdressen/detail.json | 3 +++ data/config.php | 4 ++-- 3 files changed, 5 insertions(+), 10 deletions(-) diff --git a/custom/Espo/Custom/Resources/layouts/CAdressen/bottomPanelsDetail.json b/custom/Espo/Custom/Resources/layouts/CAdressen/bottomPanelsDetail.json index 2f2f5ce8..0fee324f 100644 --- a/custom/Espo/Custom/Resources/layouts/CAdressen/bottomPanelsDetail.json +++ b/custom/Espo/Custom/Resources/layouts/CAdressen/bottomPanelsDetail.json @@ -19,13 +19,5 @@ "dynamicLogicStyled": null, "sticked": true, "index": 1 - }, - "_tabBreak_1": { - "index": 2, - "tabBreak": true, - "tabLabel": "Beteiligte" - }, - "beteiligte": { - "index": 3 } } diff --git a/custom/Espo/Custom/Resources/layouts/CAdressen/detail.json b/custom/Espo/Custom/Resources/layouts/CAdressen/detail.json index 4212e154..5393bc91 100644 --- a/custom/Espo/Custom/Resources/layouts/CAdressen/detail.json +++ b/custom/Espo/Custom/Resources/layouts/CAdressen/detail.json @@ -5,6 +5,9 @@ { "name": "name" }, + { + "name": "beteiligte" + }, { "name": "isActive" } diff --git a/data/config.php b/data/config.php index d44aafad..9fe369f8 100644 --- a/data/config.php +++ b/data/config.php @@ -359,8 +359,8 @@ return [ 0 => 'youtube.com', 1 => 'google.com' ], - 'cacheTimestamp' => 1769206608, - 'microtime' => 1769206608.00783, + 'cacheTimestamp' => 1769207381, + 'microtime' => 1769207381.886641, 'siteUrl' => 'https://crm.bitbylaw.com', 'fullTextSearchMinLength' => 4, 'appTimestamp' => 1768843902,