fix: Update navigation route for Kündigung to Kuendigung in termination action handler

This commit is contained in:
2026-01-25 14:14:46 +01:00
parent c92dbf7191
commit 067344866d
2 changed files with 3 additions and 3 deletions

View File

@@ -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}
);
})