From 9af2e58f3f92deff398952a15b77a35b2ccd4c6e Mon Sep 17 00:00:00 2001 From: bsiggel Date: Sun, 25 Jan 2026 20:01:15 +0100 Subject: [PATCH] feat: Update tab configuration and add dynamic logic to stream section in bottomPanelsDetail.json --- .../CVmhMietverhltnis/bottomPanelsDetail.json | 40 +++++++++++-------- data/config.php | 4 +- 2 files changed, 25 insertions(+), 19 deletions(-) diff --git a/custom/Espo/Custom/Resources/layouts/CVmhMietverhltnis/bottomPanelsDetail.json b/custom/Espo/Custom/Resources/layouts/CVmhMietverhltnis/bottomPanelsDetail.json index 18bb3b69..e47d23db 100644 --- a/custom/Espo/Custom/Resources/layouts/CVmhMietverhltnis/bottomPanelsDetail.json +++ b/custom/Espo/Custom/Resources/layouts/CVmhMietverhltnis/bottomPanelsDetail.json @@ -8,8 +8,14 @@ "history": { "disabled": true }, + "stream": { + "dynamicLogicVisible": null, + "style": "default", + "sticked": false, + "index": 18 + }, "_tabBreak_2": { - "index": 0, + "index": 1, "tabBreak": true, "tabLabel": "Freigegebene Nutzer" }, @@ -18,66 +24,66 @@ "style": "warning", "dynamicLogicStyled": null, "sticked": true, - "index": 1 + "index": 2 }, "_tabBreak_0": { - "index": 2, + "index": 3, "tabBreak": true, "tabLabel": "Vermieter" }, "vmhbeteiligtevermieter": { - "index": 3 + "index": 4 }, "_tabBreak_1": { - "index": 4, + "index": 5, "tabBreak": true, "tabLabel": "Mieter" }, "vmhbeteiligtemieter": { - "index": 5 + "index": 6 }, "_tabBreak_3": { - "index": 6, + "index": 7, "tabBreak": true, "tabLabel": "Sonstige Bewohner" }, "sonstigebesitzervmhmietverhltnis": { - "index": 7 + "index": 8 }, "_tabBreak_7": { - "index": 8, + "index": 9, "tabBreak": true, "tabLabel": "Kündigungen" }, "kndigungen": { - "index": 9 + "index": 10 }, "_tabBreak_5": { - "index": 10, + "index": 11, "tabBreak": true, "tabLabel": "Räumungsklagen" }, "vmhRumungsklages": { - "index": 11 + "index": 12 }, "_tabBreak_6": { - "index": 12, + "index": 13, "tabBreak": true, "tabLabel": "Mietinkasso" }, "mietinkassos": { - "index": 13 + "index": 14 }, "_tabBreak_4": { - "index": 14, + "index": 15, "tabBreak": true, "tabLabel": "Dokumente" }, "dokumentesvmhMietverhltnisse": { - "index": 15 + "index": 16 }, "_tabBreak_8": { - "index": 16, + "index": 17, "tabBreak": true, "tabLabel": "Ereignisse" } diff --git a/data/config.php b/data/config.php index 2d2bfa0d..774d77b9 100644 --- a/data/config.php +++ b/data/config.php @@ -361,8 +361,8 @@ return [ 0 => 'youtube.com', 1 => 'google.com' ], - 'cacheTimestamp' => 1769367425, - 'microtime' => 1769367425.006598, + 'cacheTimestamp' => 1769367586, + 'microtime' => 1769367586.168399, 'siteUrl' => 'https://crm.bitbylaw.com', 'fullTextSearchMinLength' => 4, 'appTimestamp' => 1768843902,