[plugins-functionality | DONE | FIXED] : changes after merge
This commit is contained in:
parent
81092cad50
commit
f6a50d81bb
|
@ -163,7 +163,7 @@ export class OpenaireSearchDataprovidersComponent {
|
|||
this.searchUtils.totalResults = results.length;
|
||||
this.results = results.slice((this.searchUtils.page - 1) * this.searchUtils.size, this.searchUtils.page *this.searchUtils.size );
|
||||
this.searchUtils.status = this.results.length == 0 ? this.errorCodes.NONE: this.errorCodes.DONE;
|
||||
this.searchPage.buildPageURLParameters(this.filters, [], [], false);
|
||||
this.searchPage.buildPageURLParameters(this.filters, [], false);
|
||||
this.disableForms = false;
|
||||
this.enableSearchView = true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue