From d675d9fcb18c02eef093980f93d29b759782dd67 Mon Sep 17 00:00:00 2001 From: bsiggel Date: Fri, 23 Jan 2026 21:19:51 +0100 Subject: [PATCH] Update layouts for bank connections: add 'kontoinhaber' field, adjust link properties, and refresh cache timestamps --- .../layouts/CBankverbindungen/listSmall.json | 16 +++++++++++++--- .../CBeteiligte/relations/bankverbindungens.json | 4 ++-- data/config.php | 4 ++-- 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/custom/Espo/Custom/Resources/layouts/CBankverbindungen/listSmall.json b/custom/Espo/Custom/Resources/layouts/CBankverbindungen/listSmall.json index 257d3e84..d114e2ce 100644 --- a/custom/Espo/Custom/Resources/layouts/CBankverbindungen/listSmall.json +++ b/custom/Espo/Custom/Resources/layouts/CBankverbindungen/listSmall.json @@ -1,5 +1,15 @@ [ - {"name": "name"}, - {"name": "iban"}, - {"name": "istAktiv"} + { + "name": "name", + "link": true + }, + { + "name": "iban" + }, + { + "name": "kontoinhaber" + }, + { + "name": "istAktiv" + } ] diff --git a/custom/Espo/Custom/Resources/layouts/CBeteiligte/relations/bankverbindungens.json b/custom/Espo/Custom/Resources/layouts/CBeteiligte/relations/bankverbindungens.json index da516c3f..ba9f3a9a 100644 --- a/custom/Espo/Custom/Resources/layouts/CBeteiligte/relations/bankverbindungens.json +++ b/custom/Espo/Custom/Resources/layouts/CBeteiligte/relations/bankverbindungens.json @@ -1,8 +1,8 @@ [ { "name": "name", - "width": 20, - "link": true + "link": true, + "width": 20 }, { "name": "iban", diff --git a/data/config.php b/data/config.php index fb13490f..6fec1106 100644 --- a/data/config.php +++ b/data/config.php @@ -349,8 +349,8 @@ return [ 0 => 'youtube.com', 1 => 'google.com' ], - 'cacheTimestamp' => 1769199397, - 'microtime' => 1769199397.510606, + 'cacheTimestamp' => 1769199527, + 'microtime' => 1769199527.353176, 'siteUrl' => 'https://crm.bitbylaw.com', 'fullTextSearchMinLength' => 4, 'appTimestamp' => 1768843902,