Skip to content

Commit

Permalink
Bug #12516: STATIC_ATTACHMENT
Browse files Browse the repository at this point in the history
  • Loading branch information
laedanrex committed Aug 22, 2024
1 parent 6e59125 commit 2640a73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -452,12 +452,12 @@ export class ArchiveSearchCollectComponent extends SidenavPage<any> implements O
this.searchHasResults = !isEmpty(pagedResult.results);
this.archiveSearchResultFacets.nodesFacets = this.archiveFacetsService.extractNodesFacetsResults(pagedResult.facets);
this.totalResults = pagedResult.totalResults;
this.filterAttachementUnit();
this.archiveExchangeDataService.emitTotalResults(this.totalResults);
this.archiveExchangeDataService.emitFacets(this.archiveSearchResultFacets.nodesFacets);
} else if (pagedResult.results) {
pagedResult.results.forEach((elt) => this.archiveUnits.push(elt));
}
this.filterAttachementUnit();
this.pageNumbers = pagedResult.pageNumbers;
this.waitingToGetFixedCount = this.totalResults === this.DEFAULT_RESULT_THRESHOLD;
if (this.isAllChecked) {
Expand Down

0 comments on commit 2640a73

Please sign in to comment.