1
0

68405: test fixes

This commit is contained in:
Marie Verdonck
2020-02-14 18:58:55 +01:00
committed by Art Lowel
parent bc7c92f44c
commit 10bb457897
5 changed files with 21 additions and 71 deletions

View File

@@ -1,4 +1,4 @@
import { autoserialize, autoserializeAs, deserialize, inheritSerialization } from 'cerialize';
import { autoserialize, deserialize, inheritSerialization } from 'cerialize';
import { Observable } from 'rxjs';
import { link } from '../../cache/builders/build-decorators';
@@ -68,6 +68,10 @@ export abstract class SubmissionObject extends DSpaceObject implements Cacheable
submitter: HALLink;
};
get self(): string {
return this._links.self.href;
}
/**
* The submission item
* Will be undefined unless the item HALLink has been resolved.