fix: Update CDokumente entity to allow editing after creation; adjust microtime values in config and state files
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
"dokument": {
|
"dokument": {
|
||||||
"type": "file",
|
"type": "file",
|
||||||
"required": true,
|
"required": true,
|
||||||
"readOnlyAfterCreate": true,
|
"readOnlyAfterCreate": false,
|
||||||
"sourceList": [],
|
"sourceList": [],
|
||||||
"accept": [],
|
"accept": [],
|
||||||
"isCustom": true
|
"isCustom": true
|
||||||
|
|||||||
@@ -358,7 +358,7 @@ return [
|
|||||||
0 => 'youtube.com',
|
0 => 'youtube.com',
|
||||||
1 => 'google.com'
|
1 => 'google.com'
|
||||||
],
|
],
|
||||||
'microtime' => 1772522154.570041,
|
'microtime' => 1772522649.082819,
|
||||||
'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' => 1772522193,
|
'cacheTimestamp' => 1772522650,
|
||||||
'microtimeState' => 1772522193.960869,
|
'microtimeState' => 1772522650.587721,
|
||||||
'currencyRates' => [
|
'currencyRates' => [
|
||||||
'EUR' => 1.0
|
'EUR' => 1.0
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user