forked from hazza/dspace-angular
61142: EditRelationshipComponent tests + de-caching of requests in ItemRelationships
This commit is contained in:
4
src/app/core/cache/object-cache.service.ts
vendored
4
src/app/core/cache/object-cache.service.ts
vendored
@@ -68,8 +68,8 @@ export class ObjectCacheService {
|
||||
* @param href
|
||||
* The unique href of the object to be removed
|
||||
*/
|
||||
remove(uuid: string): void {
|
||||
this.store.dispatch(new RemoveFromObjectCacheAction(uuid));
|
||||
remove(href: string): void {
|
||||
this.store.dispatch(new RemoveFromObjectCacheAction(href));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user