From 908b20aef7cb4e1e85314c3d7c47d8c5afe34154 Mon Sep 17 00:00:00 2001 From: bsiggel Date: Fri, 23 Jan 2026 21:53:28 +0100 Subject: [PATCH] Remove 'syncStatus' field from bank connections layout and update cache timestamps --- .../Espo/Custom/Resources/layouts/CBankverbindungen/list.json | 4 ---- data/config.php | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/custom/Espo/Custom/Resources/layouts/CBankverbindungen/list.json b/custom/Espo/Custom/Resources/layouts/CBankverbindungen/list.json index 40d4ad73..80ddb458 100644 --- a/custom/Espo/Custom/Resources/layouts/CBankverbindungen/list.json +++ b/custom/Espo/Custom/Resources/layouts/CBankverbindungen/list.json @@ -23,9 +23,5 @@ { "name": "istStandard", "width": 10 - }, - { - "name": "syncStatus", - "width": 10 } ] \ No newline at end of file diff --git a/data/config.php b/data/config.php index ef1c2916..607069f8 100644 --- a/data/config.php +++ b/data/config.php @@ -349,8 +349,8 @@ return [ 0 => 'youtube.com', 1 => 'google.com' ], - 'cacheTimestamp' => 1769201197, - 'microtime' => 1769201197.484917, + 'cacheTimestamp' => 1769201570, + 'microtime' => 1769201570.653997, 'siteUrl' => 'https://crm.bitbylaw.com', 'fullTextSearchMinLength' => 4, 'appTimestamp' => 1768843902,