Update lastSyncTimestamp field in CDokumente metadata; adjust microtime values in config and state files
This commit is contained in:
@@ -122,10 +122,12 @@
|
|||||||
"isCustom": true
|
"isCustom": true
|
||||||
},
|
},
|
||||||
"lastSyncTimestamp": {
|
"lastSyncTimestamp": {
|
||||||
|
"notNull": false,
|
||||||
"type": "datetime",
|
"type": "datetime",
|
||||||
"tooltip": true,
|
"tooltip": true,
|
||||||
"readOnly": true,
|
"readOnly": false,
|
||||||
"isCustom": true
|
"isCustom": true,
|
||||||
|
"minuteStep": 30
|
||||||
},
|
},
|
||||||
"advowareArt": {
|
"advowareArt": {
|
||||||
"type": "varchar",
|
"type": "varchar",
|
||||||
|
|||||||
@@ -360,7 +360,7 @@ return [
|
|||||||
0 => 'youtube.com',
|
0 => 'youtube.com',
|
||||||
1 => 'google.com'
|
1 => 'google.com'
|
||||||
],
|
],
|
||||||
'microtime' => 1774473866.020977,
|
'microtime' => 1774474438.570734,
|
||||||
'siteUrl' => 'https://crm.bitbylaw.com',
|
'siteUrl' => 'https://crm.bitbylaw.com',
|
||||||
'fullTextSearchMinLength' => 4,
|
'fullTextSearchMinLength' => 4,
|
||||||
'webSocketUrl' => 'ws://api.bitbylaw.com:5000/espocrm/ws',
|
'webSocketUrl' => 'ws://api.bitbylaw.com:5000/espocrm/ws',
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
return [
|
return [
|
||||||
'cacheTimestamp' => 1774473866,
|
'cacheTimestamp' => 1774479720,
|
||||||
'microtimeState' => 1774473866.194744,
|
'microtimeState' => 1774479720.604303,
|
||||||
'currencyRates' => [
|
'currencyRates' => [
|
||||||
'EUR' => 1.0
|
'EUR' => 1.0
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user