From 6e6fc841f5ad8a367816e6459015bbe579ff5204 Mon Sep 17 00:00:00 2001 From: bsiggel Date: Sat, 7 Feb 2026 16:27:50 +0100 Subject: [PATCH] fix: Remove readOnly attribute from betnr and syncStatus fields in CBeteiligte entity --- .../Custom/Resources/metadata/entityDefs/CBeteiligte.json | 2 -- data/config.php | 2 +- data/state.php | 4 ++-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/custom/Espo/Custom/Resources/metadata/entityDefs/CBeteiligte.json b/custom/Espo/Custom/Resources/metadata/entityDefs/CBeteiligte.json index 8b81b595..387e3298 100644 --- a/custom/Espo/Custom/Resources/metadata/entityDefs/CBeteiligte.json +++ b/custom/Espo/Custom/Resources/metadata/entityDefs/CBeteiligte.json @@ -121,7 +121,6 @@ "betnr": { "type": "int", "required": false, - "readOnly": true, "tooltip": true, "isCustom": true }, @@ -135,7 +134,6 @@ "syncStatus": { "type": "enum", "required": true, - "readOnly": true, "options": [ "pending_sync", "clean", diff --git a/data/config.php b/data/config.php index 91ddb46e..eef0aa15 100644 --- a/data/config.php +++ b/data/config.php @@ -357,7 +357,7 @@ return [ 0 => 'youtube.com', 1 => 'google.com' ], - 'microtime' => 1770477598.248212, + 'microtime' => 1770478069.62583, '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 c9305ea9..69ec2f4a 100644 --- a/data/state.php +++ b/data/state.php @@ -1,7 +1,7 @@ 1770477598, - 'microtimeState' => 1770477598.36939, + 'cacheTimestamp' => 1770478069, + 'microtimeState' => 1770478069.750671, 'currencyRates' => [ 'EUR' => 1.0 ],