From b11f97d9ef2cb559bb0f9ec39d0c60322ae9569a Mon Sep 17 00:00:00 2001 From: Tadgh Date: Wed, 2 Dec 2020 16:41:37 -0500 Subject: [PATCH] HOTFIX for invalid changelog type (#2212) --- .../5_3_0/2208-add-partition-selector-to-id-param.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_3_0/2208-add-partition-selector-to-id-param.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_3_0/2208-add-partition-selector-to-id-param.yaml index ab06b8460bd..7dbb3fb9bd6 100644 --- a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_3_0/2208-add-partition-selector-to-id-param.yaml +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_3_0/2208-add-partition-selector-to-id-param.yaml @@ -1,5 +1,5 @@ --- -type: bug +type: fix issue: 2208 title: "When performing a JPA server search on a partitioned server, searches with only the `_id` parameter and no other parameters did not include the partition selector in the generated SQL, resulting in leakage across partitions. Thanks to