Skip to content

Commit

Permalink
Merge pull request #830 from HL7/costateixeira-patch-1
Browse files Browse the repository at this point in the history
Add support for new WHO template package naming
  • Loading branch information
grahamegrieve authored Dec 17, 2023
2 parents 6874aeb + 2dd3743 commit 8a8c2fb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ private void checkTemplateId(String template, String packageId, String reason) {
"hl7.davinci.template",
"openhie.fhir.template",
"who.fhir.template",
"who.template.root",
"ihe.fhir.template")) {
canExecute = false;
templateThatCantExecute = template;
Expand Down

0 comments on commit 8a8c2fb

Please sign in to comment.