Refactor layouts in CBeteiligte and CDokumente by removing unnecessary array elements; update cache timestamps in config.
This commit is contained in:
@@ -53,13 +53,10 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "syncStatus"
|
"name": "syncStatus"
|
||||||
}
|
},
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
{
|
||||||
"name": "advowareLastSync"
|
"name": "advowareLastSync"
|
||||||
},
|
}
|
||||||
false
|
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"style": "default",
|
"style": "default",
|
||||||
|
|||||||
@@ -82,13 +82,10 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "syncStatus"
|
"name": "syncStatus"
|
||||||
}
|
},
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
{
|
||||||
"name": "advowareLastSync"
|
"name": "advowareLastSync"
|
||||||
},
|
}
|
||||||
false
|
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"dynamicLogicVisible": null,
|
"dynamicLogicVisible": null,
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user