Add disableFormatting option to aktennummer field; update microtime values in config and state files
This commit is contained in:
@@ -54,6 +54,7 @@
|
|||||||
"type": "int",
|
"type": "int",
|
||||||
"required": true,
|
"required": true,
|
||||||
"readOnlyAfterCreate": true,
|
"readOnlyAfterCreate": true,
|
||||||
|
"disableFormatting": true,
|
||||||
"isCustom": true
|
"isCustom": true
|
||||||
},
|
},
|
||||||
"aktenpfad": {
|
"aktenpfad": {
|
||||||
|
|||||||
@@ -360,7 +360,7 @@ return [
|
|||||||
0 => 'youtube.com',
|
0 => 'youtube.com',
|
||||||
1 => 'google.com'
|
1 => 'google.com'
|
||||||
],
|
],
|
||||||
'microtime' => 1774379504.403846,
|
'microtime' => 1774447406.848339,
|
||||||
'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' => 1774399687,
|
'cacheTimestamp' => 1774447407,
|
||||||
'microtimeState' => 1774399687.034136,
|
'microtimeState' => 1774447407.027399,
|
||||||
'currencyRates' => [
|
'currencyRates' => [
|
||||||
'EUR' => 1.0
|
'EUR' => 1.0
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user