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
|
// Navigation zur erstellten Kündigung
|
||||||
this.view.getRouter().navigate(
|
this.view.getRouter().navigate(
|
||||||
'#CKndigung/view/' + response.id,
|
'#CKuendigung/view/' + response.id,
|
||||||
{trigger: true}
|
{trigger: true}
|
||||||
);
|
);
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -361,8 +361,8 @@ return [
|
|||||||
0 => 'youtube.com',
|
0 => 'youtube.com',
|
||||||
1 => 'google.com'
|
1 => 'google.com'
|
||||||
],
|
],
|
||||||
'cacheTimestamp' => 1769346425,
|
'cacheTimestamp' => 1769346856,
|
||||||
'microtime' => 1769346425.771771,
|
'microtime' => 1769346856.162518,
|
||||||
'siteUrl' => 'https://crm.bitbylaw.com',
|
'siteUrl' => 'https://crm.bitbylaw.com',
|
||||||
'fullTextSearchMinLength' => 4,
|
'fullTextSearchMinLength' => 4,
|
||||||
'appTimestamp' => 1768843902,
|
'appTimestamp' => 1768843902,
|
||||||
|
|||||||
Reference in New Issue
Block a user