mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 14:03:06 +00:00
Cache redesign part 2
This commit is contained in:
@@ -191,7 +191,7 @@ export class CollectionDropdownComponent implements OnInit, OnDestroy {
|
||||
currentPage: page
|
||||
};
|
||||
this.searchListCollection$ = this.collectionDataService
|
||||
.getAuthorizedCollection(query, findOptions, false, followLink('parentCommunity'))
|
||||
.getAuthorizedCollection(query, findOptions, true, false, followLink('parentCommunity'))
|
||||
.pipe(
|
||||
getFirstSucceededRemoteWithNotEmptyData(),
|
||||
switchMap((collections: RemoteData<PaginatedList<Collection>>) => {
|
||||
|
Reference in New Issue
Block a user