From e7b14406fb6c07eabdc96054760c3d74ea78e47a Mon Sep 17 00:00:00 2001 From: bsiggel Date: Wed, 11 Mar 2026 20:09:13 +0100 Subject: [PATCH] Update detail layouts for CMietinkasso and CVmhRumungsklage to include AI Knowledge and Advoware Akten; update cache and microtime state in state.php --- .../Espo/Custom/Resources/layouts/CMietinkasso/detail.json | 7 ++++++- .../Custom/Resources/layouts/CVmhRumungsklage/detail.json | 3 +++ data/state.php | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/custom/Espo/Custom/Resources/layouts/CMietinkasso/detail.json b/custom/Espo/Custom/Resources/layouts/CMietinkasso/detail.json index 34d27191..6cd23733 100644 --- a/custom/Espo/Custom/Resources/layouts/CMietinkasso/detail.json +++ b/custom/Espo/Custom/Resources/layouts/CMietinkasso/detail.json @@ -45,7 +45,12 @@ { "rows": [ [ - false + { + "name": "advowareAkten" + }, + { + "name": "aIKnowledge" + } ] ], "style": "default", diff --git a/custom/Espo/Custom/Resources/layouts/CVmhRumungsklage/detail.json b/custom/Espo/Custom/Resources/layouts/CVmhRumungsklage/detail.json index 107cd01b..a64292bf 100644 --- a/custom/Espo/Custom/Resources/layouts/CVmhRumungsklage/detail.json +++ b/custom/Espo/Custom/Resources/layouts/CVmhRumungsklage/detail.json @@ -50,6 +50,9 @@ [ { "name": "advowareAkten" + }, + { + "name": "aIKnowledge" } ] ], diff --git a/data/state.php b/data/state.php index 5f7e0338..14d63828 100644 --- a/data/state.php +++ b/data/state.php @@ -1,7 +1,7 @@ 1773256040, - 'microtimeState' => 1773256040.3679, + 'cacheTimestamp' => 1773256148, + 'microtimeState' => 1773256148.816542, 'currencyRates' => [ 'EUR' => 1.0 ],