From 842406df82d400991060845c36ab0a10ade45ceb Mon Sep 17 00:00:00 2001 From: bsiggel Date: Sun, 25 Jan 2026 20:29:27 +0100 Subject: [PATCH] feat: Update cache timestamps in config.php and add new layout metadata in listSmall.json --- .../layouts/CBeteiligte/listSmall.json | 20 +++++++++++++++++++ data/config.php | 4 ++-- 2 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 custom/Espo/Custom/Resources/metadata/layouts/CBeteiligte/listSmall.json diff --git a/custom/Espo/Custom/Resources/metadata/layouts/CBeteiligte/listSmall.json b/custom/Espo/Custom/Resources/metadata/layouts/CBeteiligte/listSmall.json new file mode 100644 index 00000000..a4c19380 --- /dev/null +++ b/custom/Espo/Custom/Resources/metadata/layouts/CBeteiligte/listSmall.json @@ -0,0 +1,20 @@ +[ + { + "name": "name", + "link": true + }, + { + "name": "rechtsform", + "width": "12" + }, + { + "name": "emailAddress" + }, + { + "name": "phoneNumber" + }, + { + "name": "modifiedAt", + "width": "12" + } +] diff --git a/data/config.php b/data/config.php index 774d77b9..6d32e524 100644 --- a/data/config.php +++ b/data/config.php @@ -361,8 +361,8 @@ return [ 0 => 'youtube.com', 1 => 'google.com' ], - 'cacheTimestamp' => 1769367586, - 'microtime' => 1769367586.168399, + 'cacheTimestamp' => 1769369302, + 'microtime' => 1769369302.446776, 'siteUrl' => 'https://crm.bitbylaw.com', 'fullTextSearchMinLength' => 4, 'appTimestamp' => 1768843902,