Add 'bankverbindungens' field and related layout; update cache timestamps

This commit is contained in:
2026-01-23 21:17:09 +01:00
parent d433a01b65
commit 45456d8bf9
4 changed files with 41 additions and 2 deletions

View File

@@ -60,5 +60,13 @@
}, },
"dokumentesBeteiligte": { "dokumentesBeteiligte": {
"index": 12 "index": 12
},
"_tabBreak_5": {
"index": 13,
"tabBreak": true,
"tabLabel": "Bankverbindungen"
},
"bankverbindungens": {
"index": 14
} }
} }

View File

@@ -0,0 +1,27 @@
[
{
"name": "name",
"width": 20,
"link": true
},
{
"name": "iban",
"width": 25
},
{
"name": "bic",
"width": 15
},
{
"name": "kontoinhaber",
"width": 20
},
{
"name": "istAktiv",
"width": 10
},
{
"name": "istStandard",
"width": 10
}
]

View File

@@ -238,6 +238,10 @@
"dokumentesBeteiligte": { "dokumentesBeteiligte": {
"layout": null, "layout": null,
"selectPrimaryFilterName": null "selectPrimaryFilterName": null
},
"bankverbindungens": {
"layout": null,
"selectPrimaryFilterName": null
} }
} }
} }

View File

@@ -349,8 +349,8 @@ return [
0 => 'youtube.com', 0 => 'youtube.com',
1 => 'google.com' 1 => 'google.com'
], ],
'cacheTimestamp' => 1769198236, 'cacheTimestamp' => 1769199397,
'microtime' => 1769198236.97567, 'microtime' => 1769199397.510606,
'siteUrl' => 'https://crm.bitbylaw.com', 'siteUrl' => 'https://crm.bitbylaw.com',
'fullTextSearchMinLength' => 4, 'fullTextSearchMinLength' => 4,
'appTimestamp' => 1768843902, 'appTimestamp' => 1768843902,