TSK-595 now sorting workbaskets by key
This commit is contained in:
parent
ee7dffce49
commit
dc8d2f7fd8
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue