CST-8165 show logo when browsing collections

This commit is contained in:
Andrea Barbasso
2023-01-18 09:58:33 +01:00
parent 105e4b6c13
commit d852ca0816
5 changed files with 45 additions and 2 deletions

View File

@@ -65,6 +65,7 @@ export class BrowseByDatePageComponent extends BrowseByMetadataPageComponent {
const searchOptions = browseParamsToOptions(params, currentPage, currentSort, this.browseId, this.fetchThumbnails);
this.updatePageWithItems(searchOptions, this.value, undefined);
this.updateParent(params.scope);
this.updateLogo();
this.updateStartsWithOptions(this.browseId, metadataKeys, params.scope);
}));
}