mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 14:03:06 +00:00
fix incorrect links in eperson and group dataservices
This commit is contained in:
@@ -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,
|
||||
|
@@ -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(
|
||||
|
Reference in New Issue
Block a user