Pull request #394: RED-4579 - fixed sort for audit screen
Merge in RED/ui from RED-4579 to master * commit 'fbdfc4d279d136de01a56152f5973c7120b6de2f': RED-4579 - fixed sort for audit screen
This commit is contained in:
commit
0fa21276db
@ -73,6 +73,7 @@ export class AuditScreenComponent extends ListingComponent<Audit> implements OnI
|
||||
}
|
||||
|
||||
async ngOnInit() {
|
||||
this.sortingService.setSortingOption({ column: 'recordDate', order: 'desc' });
|
||||
await this._fetchData();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user