From b7a6a88e70e1aa191aec99569f0c8e89fb9bc35f Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Thu, 20 Jul 2023 12:24:26 +0200 Subject: [PATCH] DX run changie to batch and merge --- .changes/unreleased/Fixed-20230720-112046.yaml | 6 ------ CHANGELOG.md | 4 ++++ 2 files changed, 4 insertions(+), 6 deletions(-) delete mode 100644 .changes/unreleased/Fixed-20230720-112046.yaml diff --git a/.changes/unreleased/Fixed-20230720-112046.yaml b/.changes/unreleased/Fixed-20230720-112046.yaml deleted file mode 100644 index f32caab7b..000000000 --- a/.changes/unreleased/Fixed-20230720-112046.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixed -body: Rendez-vous documents created would appear in all documents lists of all persons - with a parcours. Or statements were not added to the where clause. -time: 2023-07-20T11:20:46.124104967+02:00 -custom: - Issue: "132" diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bd041441..cd9f4683a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v2.5.3 - 2023-07-20 +### Fixed +* ([#132](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/132)) Rendez-vous documents created would appear in all documents lists of all persons with an accompanying period. Or statements are now added to the where clause to filter out documents that come from unrelated accompanying period/ or person rendez-vous. + ## v2.5.2 - 2023-07-15 ### Fixed * [Collate Address] when updating address point, do not use the point's address reference if the similarity is below the requirement for associating the address reference and the address (it uses the postcode's center instead)