fix incorrect links in eperson and group dataservices

This commit is contained in:
Art Lowel
2020-02-24 15:15:41 +01:00
parent a0d5cbc36a
commit 91e3775135
3 changed files with 13 additions and 113 deletions

View File

@@ -20,7 +20,7 @@ import { EPERSON } from './models/eperson.resource-type';
@dataService(EPERSON)
export class EPersonDataService extends DataService<EPerson> {
protected linkPath: 'eperson/epersons';
protected linkPath: 'epersons';
constructor(
protected requestService: RequestService,

View File

@@ -26,7 +26,7 @@ import { DSOChangeAnalyzer } from '../data/dso-change-analyzer.service';
providedIn: 'root'
})
export class GroupDataService extends DataService<Group> {
protected linkPath = 'eperson/groups';
protected linkPath = 'groups';
protected browseEndpoint = '';
constructor(