TSK-595 now sorting workbaskets by key

This commit is contained in:
Lars Leo Grätz 2018-06-28 13:00:17 +02:00 committed by Martin Rojas Miguel Angel
parent ee7dffce49
commit dc8d2f7fd8
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>();
workbasketServiceSubscription: Subscription;
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;
constructor(