From 7d550754907d81a3f661f9e47b01661de4854de0 Mon Sep 17 00:00:00 2001 From: bsiggel Date: Wed, 25 Mar 2026 15:10:47 +0100 Subject: [PATCH] Add disableFormatting option to aktennummer field; update microtime values in config and state files --- .../Custom/Resources/metadata/entityDefs/CAdvowareAkten.json | 1 + data/config.php | 2 +- data/state.php | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/custom/Espo/Custom/Resources/metadata/entityDefs/CAdvowareAkten.json b/custom/Espo/Custom/Resources/metadata/entityDefs/CAdvowareAkten.json index d7287ace..33107132 100644 --- a/custom/Espo/Custom/Resources/metadata/entityDefs/CAdvowareAkten.json +++ b/custom/Espo/Custom/Resources/metadata/entityDefs/CAdvowareAkten.json @@ -54,6 +54,7 @@ "type": "int", "required": true, "readOnlyAfterCreate": true, + "disableFormatting": true, "isCustom": true }, "aktenpfad": { diff --git a/data/config.php b/data/config.php index 0c9afa43..e2b52133 100644 --- a/data/config.php +++ b/data/config.php @@ -360,7 +360,7 @@ return [ 0 => 'youtube.com', 1 => 'google.com' ], - 'microtime' => 1774379504.403846, + 'microtime' => 1774447406.848339, '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 cff7cc92..2266c492 100644 --- a/data/state.php +++ b/data/state.php @@ -1,7 +1,7 @@ 1774399687, - 'microtimeState' => 1774399687.034136, + 'cacheTimestamp' => 1774447407, + 'microtimeState' => 1774447407.027399, 'currencyRates' => [ 'EUR' => 1.0 ],