mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
Merge remote-tracking branch 'artlowel/rest-relationships' into w2p-40416_simple-item-page
Conflicts: src/app/core/shared/dspace-object.model.ts
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import { inheritSerialization, autoserialize, autoserializeAs } from "cerialize";
|
||||
import { DSpaceObject } from "./dspace-object.model";
|
||||
import { Collection } from "./collection.model";
|
||||
import { RemoteData } from "../data/remote-data";
|
||||
import { Bundle } from "./bundle.model";
|
||||
|
||||
@inheritSerialization(DSpaceObject)
|
||||
export class Item extends DSpaceObject {
|
||||
@@ -37,4 +39,6 @@ export class Item extends DSpaceObject {
|
||||
*/
|
||||
owner: Collection;
|
||||
|
||||
bundles: Array<RemoteData<Bundle>>
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user