From 01e754736e610c22a2094a85e44a85a0247c3c92 Mon Sep 17 00:00:00 2001 From: Parth Sharma Date: Tue, 15 Sep 2026 09:34:14 +0530 Subject: [PATCH] fix(WEB-1105): fix collateral edit Cancel button redirecting to blank screen The Cancel button's routerLink navigated two levels up (['../../']) instead of one (['../']), overshooting the collateral view route and landing on a path with no matching component. submit() already navigates with ['../'] on the same route, so Cancel now matches it. Continues #3797. Claude-Session: https://claude.ai/code/session_017c5ZQZugitY2bDF6Y3LQU2 --- .../collaterals/edit-collateral/edit-collateral.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/collaterals/edit-collateral/edit-collateral.component.html b/src/app/collaterals/edit-collateral/edit-collateral.component.html index 1c650ff652..ecad639b38 100644 --- a/src/app/collaterals/edit-collateral/edit-collateral.component.html +++ b/src/app/collaterals/edit-collateral/edit-collateral.component.html @@ -42,7 +42,7 @@ -