mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
[CST-5339] Rename ORCID service; add findById and findAllByHref
This commit is contained in:
@@ -174,7 +174,7 @@ import { ResearcherProfileService } from './profile/researcher-profile.service';
|
||||
import { ProfileClaimService } from '../profile-page/profile-claim/profile-claim.service';
|
||||
import { ResearcherProfile } from './profile/model/researcher-profile.model';
|
||||
import { OrcidQueueService } from './orcid/orcid-queue.service';
|
||||
import { OrcidHistoryService } from './orcid/orcid-history.service';
|
||||
import { OrcidHistoryDataService } from './orcid/orcid-history-data.service';
|
||||
import { OrcidQueue } from './orcid/model/orcid-queue.model';
|
||||
import { OrcidHistory } from './orcid/model/orcid-history.model';
|
||||
|
||||
@@ -306,7 +306,7 @@ const PROVIDERS = [
|
||||
ResearcherProfileService,
|
||||
ProfileClaimService,
|
||||
OrcidQueueService,
|
||||
OrcidHistoryService,
|
||||
OrcidHistoryDataService,
|
||||
];
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user