Skip to content

Commit

Permalink
Merge pull request #2165 from bcgov/bugfix/ALCS-2548
Browse files Browse the repository at this point in the history
ALCS-2548: Redirect to decision tab for modification and reconsideration cards
  • Loading branch information
Abradat authored Feb 27, 2025
2 parents 664a364 + 20d81f6 commit 4db2150
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h3 class="card-title">
color="accent"
mat-flat-button
[mat-dialog-close]="isDirty"
[routerLink]="['application', modification.application.fileNumber]"
[routerLink]="['application', modification.application.fileNumber, 'decision']"
>
View Detail
</button>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h3 class="card-title">
color="accent"
mat-flat-button
[mat-dialog-close]="isDirty"
[routerLink]="['notice-of-intent', modification.noticeOfIntent.fileNumber]"
[routerLink]="['notice-of-intent', modification.noticeOfIntent.fileNumber, 'decision']"
>
View Detail
</button>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h3 class="card-title">
color="accent"
mat-flat-button
[mat-dialog-close]="isDirty"
[routerLink]="['application', recon.application.fileNumber]"
[routerLink]="['application', recon.application.fileNumber, 'decision']"
>
View Detail
</button>
Expand Down

0 comments on commit 4db2150

Please sign in to comment.