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,