forked from hazza/dspace-angular
68405: test fixes
This commit is contained in:

committed by
Art Lowel

parent
bc7c92f44c
commit
10bb457897
@@ -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.
|
||||
|
Reference in New Issue
Block a user