Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/ORCID/ORCID-Source
Browse files Browse the repository at this point in the history
  • Loading branch information
amontenegro committed Jul 4, 2024
2 parents cff8029 + 74f285d commit ddf3e67
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 2,613 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v2.61.5 - 2024-07-03

[Full Changelog](https://github.com/ORCID/ORCID-Source/compare/v2.61.4...v2.61.5)

## v2.61.4 - 2024-07-01

[Full Changelog](https://github.com/ORCID/ORCID-Source/compare/v2.61.3...v2.61.4)
Expand Down
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
Loading

0 comments on commit ddf3e67

Please sign in to comment.