Merge pull request #567 from atmire/w2p-68276_Tabbed-display-fixedFilterQuery-fix

Fixed configuration-search-page fixedFilterQuery parameter
This commit is contained in:
Tim Donohue
2020-01-21 10:36:12 -06:00
committed by GitHub

View File

@@ -62,7 +62,7 @@ export class ConfigurationSearchPageComponent extends SearchComponent implements
this.routeService.setParameter('configuration', this.configuration);
}
if (hasValue(this.fixedFilterQuery)) {
this.routeService.setParameter('fixedFilter', this.fixedFilterQuery);
this.routeService.setParameter('fixedFilterQuery', this.fixedFilterQuery);
}
}
}