1
0

Replaced the call findItemAccessStatusFor for a resolveLink

This commit is contained in:
Nicolas Boulay
2025-03-19 13:20:52 -04:00
parent fe3ae0e8b4
commit 0976147d07
5 changed files with 69 additions and 63 deletions

View File

@@ -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'] {