mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Second-level browse thumbnails fixed.
This commit is contained in:
@@ -144,7 +144,7 @@ export class BrowseByMetadataPageComponent implements OnInit {
|
||||
this.startsWith = +params.startsWith || params.startsWith;
|
||||
if (isNotEmpty(this.value)) {
|
||||
this.updatePageWithItems(
|
||||
browseParamsToOptions(params, currentPage, currentSort, this.browseId, false), this.value, this.authority);
|
||||
browseParamsToOptions(params, currentPage, currentSort, this.browseId, this.fetchThumbnails), this.value, this.authority);
|
||||
} else {
|
||||
this.updatePage(browseParamsToOptions(params, currentPage, currentSort, this.browseId, false));
|
||||
}
|
||||
|
Reference in New Issue
Block a user