Update sync status handling in UpdateJunctionSyncStatus hook; enforce required aiProvider field in CAkten entity; adjust microtime values in config and state files

This commit is contained in:
2026-03-27 11:22:04 +01:00
parent 412c25f184
commit 3bad25216b
4 changed files with 26 additions and 16 deletions

View File

@@ -359,7 +359,7 @@ return [
0 => 'youtube.com',
1 => 'google.com'
],
'microtime' => 1774604561.068253,
'microtime' => 1774606534.98333,
'siteUrl' => 'https://crm.bitbylaw.com',
'fullTextSearchMinLength' => 4,
'webSocketUrl' => 'ws://api.bitbylaw.com:5000/espocrm/ws',

View File

@@ -1,7 +1,7 @@
<?php
return [
'cacheTimestamp' => 1774604771,
'microtimeState' => 1774604771.465835,
'cacheTimestamp' => 1774606535,
'microtimeState' => 1774606535.168197,
'currencyRates' => [
'EUR' => 1.0
],