TSK-595 now sorting workbaskets by key

This commit is contained in:
Unknown 2018-06-28 13:00:17 +02:00 committed by Miguel Angel Martin
parent 69d1274f0f
commit 5c578efce6
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ export class WorkbasketListToolbarComponent implements OnInit {
@Output() performFilter = new EventEmitter<FilterModel>(); @Output() performFilter = new EventEmitter<FilterModel>();
workbasketServiceSubscription: Subscription; workbasketServiceSubscription: Subscription;
selectionToImport = ImportType.WORKBASKETS; selectionToImport = ImportType.WORKBASKETS;
sortingFields = new Map([['name', 'Name'], ['key', 'Id'], ['description', 'Description'], ['owner', 'Owner'], ['type', 'Type']]); sortingFields = new Map([['name', 'Name'], ['key', 'Key'], ['description', 'Description'], ['owner', 'Owner'], ['type', 'Type']]);
toolbarState = false; toolbarState = false;
constructor( constructor(