mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
made use of embedded resources for relationships in the response that contain a single link for a set of resources rather than enumerate the self link of each resource
This commit is contained in:
@@ -40,7 +40,11 @@ export class Item extends DSpaceObject {
|
||||
/**
|
||||
* The Collection that owns this Item
|
||||
*/
|
||||
owner: RemoteData<Collection>;
|
||||
owningCollection: RemoteData<Collection>;
|
||||
|
||||
get owner(): RemoteData<Collection> {
|
||||
return this.owningCollection;
|
||||
}
|
||||
|
||||
bitstreams: RemoteData<Bitstream[]>;
|
||||
|
||||
|
Reference in New Issue
Block a user