renamed entity kndigung to kuendigung

This commit is contained in:
2026-01-25 13:07:07 +01:00
parent 416cddd496
commit 1bd3729791
66 changed files with 82 additions and 78 deletions

View File

@@ -46,7 +46,7 @@ define('custom:handlers/mietverhaeltnis/termination-action', [], function () {
// Navigation zur erstellten Kündigung
this.view.getRouter().navigate(
'#CKuendigung/view/' + response.id,
'#CKndigung/view/' + response.id,
{trigger: true}
);
})