forked from hazza/dspace-angular
Replaced the call findItemAccessStatusFor for a resolveLink
This commit is contained in:
@@ -82,7 +82,7 @@ export class Bitstream extends DSpaceObject implements ChildHALResource {
|
||||
* The access status for this Bitstream
|
||||
* Will be undefined unless the access status {@link HALLink} has been resolved.
|
||||
*/
|
||||
@link(ACCESS_STATUS)
|
||||
@link(ACCESS_STATUS, false, 'accessStatus')
|
||||
accessStatus?: Observable<RemoteData<AccessStatusObject>>;
|
||||
|
||||
getParentLinkKey(): keyof this['_links'] {
|
||||
|
Reference in New Issue
Block a user