mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 23:43:01 +00:00
Added getEntryByValue method
This commit is contained in:
@@ -13,11 +13,13 @@ import { RemoteDataBuildService } from '../cache/builders/remote-data-build.serv
|
||||
import { getMockRemoteDataBuildService } from '../../shared/mocks/mock-remote-data-build.service';
|
||||
|
||||
const LINK_NAME = 'authorities';
|
||||
const BROWSE = 'entries';
|
||||
const ENTRIES = 'entries';
|
||||
const ENTRY_VALUE = 'entryValue';
|
||||
|
||||
class TestService extends IntegrationService {
|
||||
protected linkPath = LINK_NAME;
|
||||
protected browseEndpoint = BROWSE;
|
||||
protected entriesEndpoint = ENTRIES;
|
||||
protected entryValueEndpoint = ENTRY_VALUE;
|
||||
|
||||
constructor(
|
||||
protected responseCache: ResponseCacheService,
|
||||
|
Reference in New Issue
Block a user