Refactor layouts in CBeteiligte and CDokumente by removing unnecessary array elements; update cache timestamps in config.

This commit is contained in:
2026-01-20 21:56:47 +01:00
parent 2f3f686421
commit 88068364cc
3 changed files with 6 additions and 12 deletions

View File

@@ -53,13 +53,10 @@
}, },
{ {
"name": "syncStatus" "name": "syncStatus"
} },
],
[
{ {
"name": "advowareLastSync" "name": "advowareLastSync"
}, }
false
] ]
], ],
"style": "default", "style": "default",

View File

@@ -82,13 +82,10 @@
}, },
{ {
"name": "syncStatus" "name": "syncStatus"
} },
],
[
{ {
"name": "advowareLastSync" "name": "advowareLastSync"
}, }
false
] ]
], ],
"dynamicLogicVisible": null, "dynamicLogicVisible": null,

View File

@@ -349,8 +349,8 @@ return [
0 => 'youtube.com', 0 => 'youtube.com',
1 => 'google.com' 1 => 'google.com'
], ],
'cacheTimestamp' => 1768942466, 'cacheTimestamp' => 1768942546,
'microtime' => 1768942466.27992, 'microtime' => 1768942546.281874,
'siteUrl' => 'https://crm.bitbylaw.com', 'siteUrl' => 'https://crm.bitbylaw.com',
'fullTextSearchMinLength' => 4, 'fullTextSearchMinLength' => 4,
'appTimestamp' => 1768843902, 'appTimestamp' => 1768843902,