From 76a5e3c9e2b1a33dd720818d582a2f77846b11be Mon Sep 17 00:00:00 2001 From: jdar Date: Tue, 19 Nov 2024 11:05:49 -0800 Subject: [PATCH] changelog --- .../6476-fix-ref-integrity-with-client-assigned-ids.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_8_0/6476-fix-ref-integrity-with-client-assigned-ids.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_8_0/6476-fix-ref-integrity-with-client-assigned-ids.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_8_0/6476-fix-ref-integrity-with-client-assigned-ids.yaml new file mode 100644 index 00000000000..8fee49c1f48 --- /dev/null +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_8_0/6476-fix-ref-integrity-with-client-assigned-ids.yaml @@ -0,0 +1,6 @@ +--- +type: fix +jira: SMILE-8941 +issue: 6476 +title: "Previously, when Enforce Referential Integrity on Write was enabled, it was possible to create a resource with +a reference to another resource by using its internal PID instead of its forced ID. This has now been fixed."