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,10 +1,8 @@
import { inheritSerialization } from "cerialize";
import { DSpaceObject } from "./dspace-object.model";
import { Bitstream } from "./bitstream.model";
import { Item } from "./item.model";
import { RemoteData } from "../data/remote-data";
@inheritSerialization(DSpaceObject)
export class Bundle extends DSpaceObject {
/**
* The primary bitstream of this Bundle