Skip to content

Commit

Permalink
MAT-7223 and MAT-7224 updating logic to display and add svs versions …
Browse files Browse the repository at this point in the history
…when apply is cliked
  • Loading branch information
sb-prateekkeerthi committed May 22, 2024
1 parent a7a9c6a commit da11964
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ public Code retrieveCode(String codeName, String codeSystemName, String version,
|| StringUtils.isEmpty(version)) {
return null;
}

CodeSystem codeSystem =
codeSystemRepository.findByNameAndVersion(codeSystemName, version).orElse(null);
if (codeSystem == null) {
Expand Down

0 comments on commit da11964

Please sign in to comment.