Skip to content

Commit

Permalink
Merge pull request #115 from MeasureAuthoringTool/chicago_hotfix_MAT-…
Browse files Browse the repository at this point in the history
…8054

Hotfix: MAT-8054 Code search issue after VSAC changed CodeSyetem fullurls
  • Loading branch information
adongare authored Dec 19, 2024
2 parents 41855fa + a09d4f3 commit 4bc3dbd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ private void recursiveRetrieveCodeSystems(
codeSystemsPage.add(
CodeSystem.builder()
.id(codeSystem.getTitle() + codeSystem.getVersion())
.fullUrl(entry.getFullUrl())
.fullUrl(codeSystem.getUrl())
.title(codeSystem.getTitle())
.name(codeSystem.getName())
.version(codeSystem.getVersion())
Expand Down

0 comments on commit 4bc3dbd

Please sign in to comment.