1
0

Fixed an issue where deadlocks could occur when loading the relationship decorators

This commit is contained in:
Art Lowel
2017-05-05 15:37:43 +02:00
parent b9de162e00
commit f56eefab59
8 changed files with 47 additions and 29 deletions

View File

@@ -1,16 +1,13 @@
import { inheritSerialization, autoserialize } 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 {
/**
* A string representing the unique handle of this Item
*/
@autoserialize
handle: string;
/**