Skip to content

Commit

Permalink
Fixed setting the names for locations json
Browse files Browse the repository at this point in the history
  • Loading branch information
Camelia-Orcid committed Jul 3, 2024
1 parent 5ade6d3 commit 1bc88bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ private OrgDisambiguatedSolrDocument convertEntityToDocument(OrgDisambiguatedEnt
}

if(entity.getNamesJson() != null) {
document.setOrgLocationsJson(entity.getNamesJson());
document.setOrgNamesJson(entity.getNamesJson());
}

List<OrgEntity> orgs = orgDao.findByOrgDisambiguatedId(entity.getId());
Expand Down

0 comments on commit 1bc88bd

Please sign in to comment.