From f55cb96c8f9122e69ae603dd999df9f27963e88d Mon Sep 17 00:00:00 2001 From: Alejandro Medina Date: Thu, 7 Jan 2021 08:01:33 -0300 Subject: [PATCH 1/2] Update tmpl-head.html (#2273) wrong path in library select2 --- .../src/main/webapp/WEB-INF/templates/tmpl-head.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hapi-fhir-testpage-overlay/src/main/webapp/WEB-INF/templates/tmpl-head.html b/hapi-fhir-testpage-overlay/src/main/webapp/WEB-INF/templates/tmpl-head.html index 8fc426c8bfc..8867accc268 100644 --- a/hapi-fhir-testpage-overlay/src/main/webapp/WEB-INF/templates/tmpl-head.html +++ b/hapi-fhir-testpage-overlay/src/main/webapp/WEB-INF/templates/tmpl-head.html @@ -31,8 +31,8 @@ - - + + From 128d384153786f2cef41f4fa3c74df6efe9b4c1d Mon Sep 17 00:00:00 2001 From: jamesagnew Date: Thu, 7 Jan 2021 06:03:31 -0500 Subject: [PATCH 2/2] Credit for #2273 --- .../5_3_0/2273-correct-js-library-path-in-testpage.yaml | 5 +++++ pom.xml | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_3_0/2273-correct-js-library-path-in-testpage.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_3_0/2273-correct-js-library-path-in-testpage.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_3_0/2273-correct-js-library-path-in-testpage.yaml new file mode 100644 index 00000000000..fda9e9495df --- /dev/null +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_3_0/2273-correct-js-library-path-in-testpage.yaml @@ -0,0 +1,5 @@ +--- +type: fix +issue: 2273 +title: "An incorrect HTML resource path led to a utility JavaScript library failing to load in the + TestPage Overlay module. Thanks to Alejandro Medina for the pull request!" diff --git a/pom.xml b/pom.xml index 1939cc64aa2..02952218069 100644 --- a/pom.xml +++ b/pom.xml @@ -693,6 +693,10 @@ vladonemo Vladimir Nemergut + + janol77 + Alejandro Medina +