Update layouts for bank connections: add 'kontoinhaber' field, adjust link properties, and refresh cache timestamps
This commit is contained in:
@@ -1,5 +1,15 @@
|
||||
[
|
||||
{"name": "name"},
|
||||
{"name": "iban"},
|
||||
{"name": "istAktiv"}
|
||||
{
|
||||
"name": "name",
|
||||
"link": true
|
||||
},
|
||||
{
|
||||
"name": "iban"
|
||||
},
|
||||
{
|
||||
"name": "kontoinhaber"
|
||||
},
|
||||
{
|
||||
"name": "istAktiv"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
[
|
||||
{
|
||||
"name": "name",
|
||||
"width": 20,
|
||||
"link": true
|
||||
"link": true,
|
||||
"width": 20
|
||||
},
|
||||
{
|
||||
"name": "iban",
|
||||
|
||||
@@ -349,8 +349,8 @@ return [
|
||||
0 => 'youtube.com',
|
||||
1 => 'google.com'
|
||||
],
|
||||
'cacheTimestamp' => 1769199397,
|
||||
'microtime' => 1769199397.510606,
|
||||
'cacheTimestamp' => 1769199527,
|
||||
'microtime' => 1769199527.353176,
|
||||
'siteUrl' => 'https://crm.bitbylaw.com',
|
||||
'fullTextSearchMinLength' => 4,
|
||||
'appTimestamp' => 1768843902,
|
||||
|
||||
Reference in New Issue
Block a user