mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
tests and documentation
This commit is contained in:
@@ -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>>>;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user