68276: Fixed configuration-search-page fixedFilterQuery parameter

This commit is contained in:
Kristof De Langhe
2020-01-20 16:52:53 +01:00
parent f531bdd976
commit a403732d45

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);
}
}
}