Skip to content

Commit

Permalink
Merge pull request #6985 from ORCID/IncludeDisambiguatedOrgIdInTheDAta
Browse files Browse the repository at this point in the history
Add the disambiguated org id when needed
  • Loading branch information
leomendoza123 authored Feb 5, 2024
2 parents b73c7a7 + 004adcd commit 17eafcd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ public List<OrgDisambiguated> findOrgDisambiguatedIdsForSameExternalIdentifier(S

private OrgDisambiguated convertEntity(OrgDisambiguatedEntity orgDisambiguatedEntity) {
OrgDisambiguated org = new OrgDisambiguated();
org.setDisambiguatedAffiliationIdentifier(String.valueOf(orgDisambiguatedEntity.getId()));
org.setValue(orgDisambiguatedEntity.getName());
org.setCity(orgDisambiguatedEntity.getCity());
org.setRegion(orgDisambiguatedEntity.getRegion());
Expand Down

0 comments on commit 17eafcd

Please sign in to comment.