mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Readded column key as key parameter (#5960)
* Readded column key as key parameter * Fixed failing unit test
This commit is contained in:
@@ -48,7 +48,7 @@ export class FilteredSearchComponent {
|
||||
}
|
||||
|
||||
onSortingChanged(event) {
|
||||
this.filterSorting = event.detail.column + '-' + event.detail.direction;
|
||||
this.filterSorting = event.detail.key + '-' + event.detail.direction;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user