diff --git a/hapi-fhir-testpage-overlay/src/main/webapp/WEB-INF/templates/home.html b/hapi-fhir-testpage-overlay/src/main/webapp/WEB-INF/templates/home.html index 46c3efc0523..f7aceb9872a 100644 --- a/hapi-fhir-testpage-overlay/src/main/webapp/WEB-INF/templates/home.html +++ b/hapi-fhir-testpage-overlay/src/main/webapp/WEB-INF/templates/home.html @@ -9,6 +9,7 @@
+
diff --git a/hapi-fhir-testpage-overlay/src/main/webapp/WEB-INF/templates/result.html b/hapi-fhir-testpage-overlay/src/main/webapp/WEB-INF/templates/result.html index 3db16f4cd74..597a25d01f2 100644 --- a/hapi-fhir-testpage-overlay/src/main/webapp/WEB-INF/templates/result.html +++ b/hapi-fhir-testpage-overlay/src/main/webapp/WEB-INF/templates/result.html @@ -315,8 +315,8 @@ - - + + diff --git a/src/changes/changes.xml b/src/changes/changes.xml index a55ab24aa8e..55eab18f75d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -125,6 +125,12 @@ used and a large number of resources are being created by clients at the same time. + + Testpage Overlay's transaction method did not work if the response + Bundle contained any entries that did not contain a resource (which + is often the case in more recent versions of HAPI). Thanks to Sujay R + for reporting! +