feat: Update layout configurations and metadata for CBeteiligte entity

This commit is contained in:
2026-02-07 16:21:03 +01:00
parent f95246f99f
commit 44658e1238
6 changed files with 35 additions and 10 deletions

View File

@@ -61,9 +61,25 @@
}, },
{ {
"name": "syncStatus" "name": "syncStatus"
}, }
],
[
{ {
"name": "advowareLastSync" "name": "advowareLastSync"
},
{
"name": "advowareDeletedAt"
}
],
[
{
"name": "syncRetryCount"
},
{}
],
[
{
"name": "syncErrorMessage"
} }
] ]
], ],

View File

@@ -2,23 +2,27 @@
{ {
"name": "name", "name": "name",
"link": true, "link": true,
"width": 20 "width": 18
}, },
{ {
"name": "rechtsform", "name": "rechtsform",
"width": 15 "width": 13
},
{
"name": "syncStatus",
"width": 10
}, },
{ {
"name": "firmenname", "name": "firmenname",
"width": 20 "width": 18
}, },
{ {
"name": "emailAddress", "name": "emailAddress",
"width": 20 "width": 18
}, },
{ {
"name": "phoneNumber", "name": "phoneNumber",
"width": 15 "width": 13
}, },
{ {
"name": "modifiedAt", "name": "modifiedAt",

View File

@@ -7,8 +7,12 @@
"name": "rechtsform", "name": "rechtsform",
"width": 20 "width": 20
}, },
{
"name": "syncStatus",
"width": 15
},
{ {
"name": "modifiedAt", "name": "modifiedAt",
"width": 20 "width": 15
} }
] ]

View File

@@ -177,6 +177,7 @@
"type": "int", "type": "int",
"required": false, "required": false,
"readOnly": true, "readOnly": true,
"default": 0,
"tooltip": true, "tooltip": true,
"isCustom": true "isCustom": true
}, },

View File

@@ -357,7 +357,7 @@ return [
0 => 'youtube.com', 0 => 'youtube.com',
1 => 'google.com' 1 => 'google.com'
], ],
'microtime' => 1770476925.553025, 'microtime' => 1770477598.248212,
'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',

View File

@@ -1,7 +1,7 @@
<?php <?php
return [ return [
'cacheTimestamp' => 1770476925, 'cacheTimestamp' => 1770477598,
'microtimeState' => 1770476925.553322, 'microtimeState' => 1770477598.36939,
'currencyRates' => [ 'currencyRates' => [
'EUR' => 1.0 'EUR' => 1.0
], ],