mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 23:43:01 +00:00
Revert "93803: Update DataService constructor signatures"
This reverts commit a6fb4a6303
.
This commit is contained in:
@@ -17,7 +17,6 @@ import { dataService } from './base/data-service.decorator';
|
||||
@Injectable()
|
||||
@dataService(ACCESS_STATUS)
|
||||
export class AccessStatusDataService extends BaseDataService<AccessStatusObject> {
|
||||
protected linkPath = 'accessStatus';
|
||||
|
||||
constructor(
|
||||
protected requestService: RequestService,
|
||||
@@ -25,7 +24,7 @@ export class AccessStatusDataService extends BaseDataService<AccessStatusObject>
|
||||
protected objectCache: ObjectCacheService,
|
||||
protected halService: HALEndpointService,
|
||||
) {
|
||||
super(requestService, rdbService, objectCache, halService);
|
||||
super('accessStatus', requestService, rdbService, objectCache, halService);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user