[develop | DONE | FIXED] fixed loosing funder filter wn change page
This commit is contained in:
parent
40a060ed21
commit
3e55965ec7
|
@ -135,6 +135,7 @@ export class OpenaireSearchProjectsComponent {
|
||||||
this.disableRefineForms = false;
|
this.disableRefineForms = false;
|
||||||
this.enableSearchView = true;
|
this.enableSearchView = true;
|
||||||
this.searchUtils.refineStatus = this.errorCodes.DONE;
|
this.searchUtils.refineStatus = this.errorCodes.DONE;
|
||||||
|
this.searchPage.prepareFiltersToShow(this.filters, this.searchUtils.totalResults);
|
||||||
},
|
},
|
||||||
err => {
|
err => {
|
||||||
this.handleError("Error getting projects for community with id: " + this.communityId, err);
|
this.handleError("Error getting projects for community with id: " + this.communityId, err);
|
||||||
|
|
Loading…
Reference in New Issue