From 067344866d001ba0bdb9291a8a1b37db2f6de411 Mon Sep 17 00:00:00 2001 From: bsiggel Date: Sun, 25 Jan 2026 14:14:46 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20Update=20navigation=20route=20for=20K?= =?UTF-8?q?=C3=BCndigung=20to=20Kuendigung=20in=20termination=20action=20h?= =?UTF-8?q?andler?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../custom/src/handlers/mietverhaeltnis/termination-action.js | 2 +- data/config.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/custom/src/handlers/mietverhaeltnis/termination-action.js b/client/custom/src/handlers/mietverhaeltnis/termination-action.js index 95a88ef2..b1a02735 100644 --- a/client/custom/src/handlers/mietverhaeltnis/termination-action.js +++ b/client/custom/src/handlers/mietverhaeltnis/termination-action.js @@ -46,7 +46,7 @@ define('custom:handlers/mietverhaeltnis/termination-action', [], function () { // Navigation zur erstellten Kündigung this.view.getRouter().navigate( - '#CKndigung/view/' + response.id, + '#CKuendigung/view/' + response.id, {trigger: true} ); }) diff --git a/data/config.php b/data/config.php index befc6171..d1619539 100644 --- a/data/config.php +++ b/data/config.php @@ -361,8 +361,8 @@ return [ 0 => 'youtube.com', 1 => 'google.com' ], - 'cacheTimestamp' => 1769346425, - 'microtime' => 1769346425.771771, + 'cacheTimestamp' => 1769346856, + 'microtime' => 1769346856.162518, 'siteUrl' => 'https://crm.bitbylaw.com', 'fullTextSearchMinLength' => 4, 'appTimestamp' => 1768843902,