mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Merge pull request #2072 from amgciadev/2071
Fixes DSpace/dspace-angular#2071
This commit is contained in:
@@ -17,6 +17,7 @@ import { followLink, FollowLinkConfig } from '../../shared/utils/follow-link-con
|
||||
import { APP_CONFIG, AppConfig } from '../../../config/app-config.interface';
|
||||
import { isPlatformBrowser } from '@angular/common';
|
||||
import { setPlaceHolderAttributes } from '../../shared/utils/object-list-utils';
|
||||
import { DSpaceObjectType } from '../../core/shared/dspace-object-type.model';
|
||||
|
||||
@Component({
|
||||
selector: 'ds-recent-item-list',
|
||||
@@ -67,6 +68,7 @@ export class RecentItemListComponent implements OnInit {
|
||||
this.itemRD$ = this.searchService.search(
|
||||
new PaginatedSearchOptions({
|
||||
pagination: this.paginationConfig,
|
||||
dsoTypes: [DSpaceObjectType.ITEM],
|
||||
sort: this.sortConfig,
|
||||
}),
|
||||
undefined,
|
||||
|
Reference in New Issue
Block a user