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,