From cca6d288ebc80a39f45f5dff8db1d2f71f3cd712 Mon Sep 17 00:00:00 2001 From: bsiggel Date: Thu, 26 Mar 2026 10:50:40 +0100 Subject: [PATCH] Increase maxLength for advowareArt field in CDokumente metadata; update microtime values in config and state files --- .../Espo/Custom/Resources/metadata/entityDefs/CDokumente.json | 2 +- data/config.php | 2 +- data/state.php | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/custom/Espo/Custom/Resources/metadata/entityDefs/CDokumente.json b/custom/Espo/Custom/Resources/metadata/entityDefs/CDokumente.json index 4fab313c..44b71b48 100644 --- a/custom/Espo/Custom/Resources/metadata/entityDefs/CDokumente.json +++ b/custom/Espo/Custom/Resources/metadata/entityDefs/CDokumente.json @@ -117,7 +117,7 @@ }, "advowareArt": { "type": "varchar", - "maxLength": 100, + "maxLength": 255, "tooltip": true, "isCustom": true }, diff --git a/data/config.php b/data/config.php index d5ad310d..be80af34 100644 --- a/data/config.php +++ b/data/config.php @@ -360,7 +360,7 @@ return [ 0 => 'youtube.com', 1 => 'google.com' ], - 'microtime' => 1774515884.38189, + 'microtime' => 1774518628.185454, 'siteUrl' => 'https://crm.bitbylaw.com', 'fullTextSearchMinLength' => 4, 'webSocketUrl' => 'ws://api.bitbylaw.com:5000/espocrm/ws', diff --git a/data/state.php b/data/state.php index ec88c307..1e0b29e2 100644 --- a/data/state.php +++ b/data/state.php @@ -1,7 +1,7 @@ 1774515936, - 'microtimeState' => 1774515936.443701, + 'cacheTimestamp' => 1774518628, + 'microtimeState' => 1774518628.373828, 'currencyRates' => [ 'EUR' => 1.0 ],