diff --git a/custom/Espo/Custom/Resources/i18n/de_DE/CDokumente.json b/custom/Espo/Custom/Resources/i18n/de_DE/CDokumente.json index 0676aae1..07712685 100644 --- a/custom/Espo/Custom/Resources/i18n/de_DE/CDokumente.json +++ b/custom/Espo/Custom/Resources/i18n/de_DE/CDokumente.json @@ -56,7 +56,8 @@ "pending_sync": "Warte auf Sync", "clean": "Synchronisiert", "unclean": "Abweichungen", - "failed": "Fehlgeschlagen" + "failed": "Fehlgeschlagen", + "no_sync": "Kein Sync" }, "fileStatus": { "new": "Neu", diff --git a/custom/Espo/Custom/Resources/i18n/en_US/CDokumente.json b/custom/Espo/Custom/Resources/i18n/en_US/CDokumente.json index f978351f..dac7fc10 100644 --- a/custom/Espo/Custom/Resources/i18n/en_US/CDokumente.json +++ b/custom/Espo/Custom/Resources/i18n/en_US/CDokumente.json @@ -56,10 +56,11 @@ "failed": "Failed" }, "xaiSyncStatus": { - "pending_sync": "Waiting for Sync", - "clean": "Synchronized", - "unclean": "Discrepancies", - "failed": "Failed" + "pending_sync": "Warte auf Sync", + "clean": "Synchronisiert", + "unclean": "Abweichungen", + "failed": "Fehlgeschlagen", + "no_sync": "Kein Sync" }, "fileStatus": { "new": "New", diff --git a/custom/Espo/Custom/Resources/metadata/entityDefs/CDokumente.json b/custom/Espo/Custom/Resources/metadata/entityDefs/CDokumente.json index 0a4ce62f..57e7cb4a 100644 --- a/custom/Espo/Custom/Resources/metadata/entityDefs/CDokumente.json +++ b/custom/Espo/Custom/Resources/metadata/entityDefs/CDokumente.json @@ -128,13 +128,15 @@ "pending_sync", "clean", "unclean", - "failed" + "failed", + "no_sync" ], "style": { "pending_sync": "default", "clean": "success", "unclean": "warning", - "failed": "danger" + "failed": "danger", + "no_sync": null }, "default": "pending_sync", "tooltip": true, diff --git a/data/config.php b/data/config.php index 6608cc4b..1b4baac5 100644 --- a/data/config.php +++ b/data/config.php @@ -358,7 +358,7 @@ return [ 0 => 'youtube.com', 1 => 'google.com' ], - 'microtime' => 1772993923.333484, + 'microtime' => 1772996942.539526, '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 d49e9860..dc21adfb 100644 --- a/data/state.php +++ b/data/state.php @@ -1,7 +1,7 @@ 1772994520, - 'microtimeState' => 1772994520.277133, + 'cacheTimestamp' => 1772996942, + 'microtimeState' => 1772996942.72175, 'currencyRates' => [ 'EUR' => 1.0 ],