From e51f0f2cfb647210e229389dcb17556e38ea4288 Mon Sep 17 00:00:00 2001 From: bsiggel Date: Tue, 20 Jan 2026 21:40:12 +0100 Subject: [PATCH] Update layout widths in CVmhMietverhltnis; adjust cache timestamps in config --- .../layouts/CVmhMietverhltnis/list.json | 16 ++++++++++------ data/config.php | 4 ++-- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/custom/Espo/Custom/Resources/layouts/CVmhMietverhltnis/list.json b/custom/Espo/Custom/Resources/layouts/CVmhMietverhltnis/list.json index 8e14e001..7e514f1b 100644 --- a/custom/Espo/Custom/Resources/layouts/CVmhMietverhltnis/list.json +++ b/custom/Espo/Custom/Resources/layouts/CVmhMietverhltnis/list.json @@ -2,27 +2,31 @@ { "name": "name", "link": true, - "width": 18 + "width": 15 + }, + { + "name": "vmhMietobjekt", + "width": 15 }, { "name": "status", - "width": 12 + "width": 10 }, { "name": "nutzungsart", - "width": 12 + "width": 10 }, { "name": "vertragsdatum", - "width": 12 + "width": 10 }, { "name": "auszugsfrist", - "width": 12 + "width": 10 }, { "name": "beendigungsTatbestand", - "width": 20 + "width": 16 }, { "name": "modifiedAt", diff --git a/data/config.php b/data/config.php index 4bcc5d5f..d822fe94 100644 --- a/data/config.php +++ b/data/config.php @@ -349,8 +349,8 @@ return [ 0 => 'youtube.com', 1 => 'google.com' ], - 'cacheTimestamp' => 1768941491, - 'microtime' => 1768941491.973093, + 'cacheTimestamp' => 1768941595, + 'microtime' => 1768941595.376573, 'siteUrl' => 'https://crm.bitbylaw.com', 'fullTextSearchMinLength' => 4, 'appTimestamp' => 1768843902,