fix: Update navigation route for Kündigung to Kuendigung in termination action handler
This commit is contained in:
@@ -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}
|
||||
);
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user