68346: Post-master-merge fixes & links

This commit is contained in:
Kristof De Langhe
2020-03-05 17:47:09 +01:00
parent a054938d80
commit cb21cd47bb
7 changed files with 24 additions and 11 deletions

View File

@@ -54,7 +54,7 @@ export class Bitstream extends DSpaceObject implements HALResource {
* The BitstreamFormat of this Bitstream
* Will be undefined unless the format {@link HALLink} has been resolved.
*/
@link(BITSTREAM_FORMAT)
@link(BITSTREAM_FORMAT, false, 'format')
format?: Observable<RemoteData<BitstreamFormat>>;
}