mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-12 12:33:07 +00:00
68346: Post-master-merge fixes & links
This commit is contained in:
@@ -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>>;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user