mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-10 03:23:07 +00:00
Merge branch 'master' into angular-cli
This commit is contained in:
@@ -50,6 +50,14 @@ describe('ServerSyncBufferEffects', () => {
|
||||
_links: { self: { href: link } }
|
||||
});
|
||||
return observableOf(object);
|
||||
},
|
||||
getBySelfLink: (link) => {
|
||||
const object = Object.assign(new DSpaceObject(), {
|
||||
_links: {
|
||||
self: { href: link }
|
||||
}
|
||||
});
|
||||
return observableOf(object);
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user