mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 23:13:04 +00:00
switched to resource-types for annotations to get around circular dependency issues
This commit is contained in:
@@ -47,7 +47,7 @@ const relationshipStateSelector = (listID: string, itemID: string): MemoizedSele
|
||||
* The service handling all relationship requests
|
||||
*/
|
||||
@Injectable()
|
||||
@dataService(Relationship)
|
||||
@dataService(Relationship.type)
|
||||
export class RelationshipService extends DataService<Relationship> {
|
||||
protected linkPath = 'relationships';
|
||||
|
||||
|
Reference in New Issue
Block a user