Ledger now working with response_model

get_edit_url workaround found with transform clientside
This commit is contained in:
tanshu
2020-05-12 23:21:12 +05:30
parent 9c9f0dfdd6
commit 708a60baf7
18 changed files with 206 additions and 24 deletions

View File

@ -32,7 +32,7 @@
<!-- Supplier Column -->
<ng-container matColumnDef="supplier">
<mat-header-cell *matHeaderCellDef mat-sort-header>Supplier</mat-header-cell>
<mat-cell *matCellDef="let row"><a [href]="row.url">{{row.supplier}}</a></mat-cell>
<mat-cell *matCellDef="let row"><a [routerLink]="['/', row.url, row.id]">{{row.supplier}}</a></mat-cell>
</ng-container>
<!-- Product Column -->