fix: Remove readOnly attribute from betnr and syncStatus fields in CBeteiligte entity
This commit is contained in:
@@ -121,7 +121,6 @@
|
|||||||
"betnr": {
|
"betnr": {
|
||||||
"type": "int",
|
"type": "int",
|
||||||
"required": false,
|
"required": false,
|
||||||
"readOnly": true,
|
|
||||||
"tooltip": true,
|
"tooltip": true,
|
||||||
"isCustom": true
|
"isCustom": true
|
||||||
},
|
},
|
||||||
@@ -135,7 +134,6 @@
|
|||||||
"syncStatus": {
|
"syncStatus": {
|
||||||
"type": "enum",
|
"type": "enum",
|
||||||
"required": true,
|
"required": true,
|
||||||
"readOnly": true,
|
|
||||||
"options": [
|
"options": [
|
||||||
"pending_sync",
|
"pending_sync",
|
||||||
"clean",
|
"clean",
|
||||||
|
|||||||
@@ -357,7 +357,7 @@ return [
|
|||||||
0 => 'youtube.com',
|
0 => 'youtube.com',
|
||||||
1 => 'google.com'
|
1 => 'google.com'
|
||||||
],
|
],
|
||||||
'microtime' => 1770477598.248212,
|
'microtime' => 1770478069.62583,
|
||||||
'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' => 1770477598,
|
'cacheTimestamp' => 1770478069,
|
||||||
'microtimeState' => 1770477598.36939,
|
'microtimeState' => 1770478069.750671,
|
||||||
'currencyRates' => [
|
'currencyRates' => [
|
||||||
'EUR' => 1.0
|
'EUR' => 1.0
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user