Skip to content
Snippets Groups Projects
Commit ccf0341c authored by Alex ORLUC's avatar Alex ORLUC
Browse files

fix order id

parent ed8b5a83
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
{{row.subject}} {{row.subject}}
</mat-cell> </mat-cell>
</ng-container> </ng-container>
<ng-container matColumnDef="type"> <ng-container matColumnDef="typeLabel">
<mat-header-cell *matHeaderCellDef mat-sort-header> {{lang.doctype}} </mat-header-cell> <mat-header-cell *matHeaderCellDef mat-sort-header> {{lang.doctype}} </mat-header-cell>
<mat-cell *matCellDef="let row"> <mat-cell *matCellDef="let row">
{{row.typeLabel}} {{row.typeLabel}}
......
...@@ -25,7 +25,7 @@ export class SearchAdvListComponent implements OnInit { ...@@ -25,7 +25,7 @@ export class SearchAdvListComponent implements OnInit {
data: any; data: any;
displayedColumnsResource: string[] = ['action', 'category', 'chrono', 'status', 'subject', 'type', 'creationDate']; displayedColumnsResource: string[] = ['action', 'category', 'chrono', 'status', 'subject', 'typeLabel', 'creationDate'];
selectedRes: number[] = []; selectedRes: number[] = [];
allResInSearch: number[] = []; allResInSearch: number[] = [];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment