mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Merge branch 'w2p-100302_Live-import-issues' into w2p-100302_Live-import-issues-7.5
This commit is contained in:
@@ -365,7 +365,7 @@ export class BaseDataService<T extends CacheableObject> implements HALDataServic
|
|||||||
if (hasCachedResponse) {
|
if (hasCachedResponse) {
|
||||||
return this.rdbService.buildSingle(href$).pipe(
|
return this.rdbService.buildSingle(href$).pipe(
|
||||||
getFirstCompletedRemoteData(),
|
getFirstCompletedRemoteData(),
|
||||||
map((rd => rd.isError || rd.isErrorStale))
|
map((rd => rd.hasFailed))
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
return observableOf(false);
|
return observableOf(false);
|
||||||
|
Reference in New Issue
Block a user