tests and documentation

This commit is contained in:
Art Lowel
2020-02-18 18:15:18 +01:00
parent 08dedb2dc3
commit bc00c000a6
19 changed files with 430 additions and 75 deletions

View File

@@ -87,7 +87,7 @@ export class Item extends DSpaceObject {
* The list of Relationships this Item has with others
* Will be undefined unless the relationships HALLink has been resolved.
*/
@link(RELATIONSHIP)
@link(RELATIONSHIP, true)
relationships?: Observable<RemoteData<PaginatedList<Relationship>>>;
/**