fixed issues with related resources that have a single link for a hasMany relationship (e.g. item.bitstreams)

This commit is contained in:
Art Lowel
2017-06-20 15:04:42 +02:00
parent b69f2ff4cb
commit 21a6a80d13
17 changed files with 119 additions and 38 deletions

View File

@@ -5,9 +5,9 @@ import { Item } from "./item.model";
export class Bitstream extends DSpaceObject {
/**
* The size of this bitstream in bytes(?)
* The size of this bitstream in bytes
*/
size: number;
sizeBytes: number;
/**
* The mime type of this Bitstream