Smart Filter Encoding Fix (#2387)
This commit is contained in:
parent
b6d4938e22
commit
9894a2623c
133 changed files with 677 additions and 471 deletions
|
|
@ -136,7 +136,7 @@ export class NavHeaderComponent implements OnInit {
|
|||
filter.statements = [statement];
|
||||
params['page'] = 1;
|
||||
this.clearSearch();
|
||||
this.filterUtilityService.applyFilterWithParams(['all-series'], filter, params);
|
||||
this.filterUtilityService.applyFilterWithParams(['all-series'], filter, params).subscribe();
|
||||
}
|
||||
|
||||
goToOther(field: FilterField, value: string) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue