fix: Swap md5sum and fileStatus fields in CDokumente layout; update microtime values in config and state files
This commit is contained in:
@@ -58,15 +58,15 @@
|
|||||||
"rows": [
|
"rows": [
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"name": "md5sum"
|
"name": "fileStatus"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sha256"
|
"name": "md5sum"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"name": "fileStatus"
|
"name": "sha256"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -153,7 +153,7 @@
|
|||||||
"unchanged": "success"
|
"unchanged": "success"
|
||||||
},
|
},
|
||||||
"default": "new",
|
"default": "new",
|
||||||
"readOnly": true,
|
"readOnly": false,
|
||||||
"tooltip": true,
|
"tooltip": true,
|
||||||
"isCustom": true
|
"isCustom": true
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -358,7 +358,7 @@ return [
|
|||||||
0 => 'youtube.com',
|
0 => 'youtube.com',
|
||||||
1 => 'google.com'
|
1 => 'google.com'
|
||||||
],
|
],
|
||||||
'microtime' => 1772522818.173883,
|
'microtime' => 1772528441.682592,
|
||||||
'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' => 1772528140,
|
'cacheTimestamp' => 1772528753,
|
||||||
'microtimeState' => 1772528140.645177,
|
'microtimeState' => 1772528753.903734,
|
||||||
'currencyRates' => [
|
'currencyRates' => [
|
||||||
'EUR' => 1.0
|
'EUR' => 1.0
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user