Skip to content

Commit

Permalink
fix(admin-ui): Fix routerLink to the order overview (#2235)
Browse files Browse the repository at this point in the history
the link is not working at the moment, go to the order detail page.
  • Loading branch information
oidt authored Jun 19, 2023
1 parent cd55611 commit cb37b3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
</vdr-dt2-column>
<vdr-dt2-column [heading]="'common.code' | translate" [optional]="false">
<ng-template let-order="item">
<a class="button-ghost" [routerLink]="['./', order.id]"
<a class="button-ghost" [routerLink]="['/orders', order.id]"
><span>{{ order.code }}</span>
<clr-icon shape="arrow right"></clr-icon>
</a>
Expand Down

0 comments on commit cb37b3e

Please sign in to comment.