From dbc19ca692fdb0479a094c763f2546740f9f41e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Thu, 5 Oct 2023 09:42:42 +0200 Subject: [PATCH] update to 2.8.0 --- .../unreleased/Feature-20230928-145628.yaml | 6 ------ .../unreleased/Fixed-20230913-122616.yaml | 5 ----- .../unreleased/Fixed-20230928-120910.yaml | 5 ----- .../unreleased/Fixed-20230928-143246.yaml | 5 ----- .../unreleased/Fixed-20231002-120602.yaml | 6 ------ .changes/v2.8.0.md | 19 +++++++++++++++++++ 6 files changed, 19 insertions(+), 27 deletions(-) delete mode 100644 .changes/unreleased/Feature-20230928-145628.yaml delete mode 100644 .changes/unreleased/Fixed-20230913-122616.yaml delete mode 100644 .changes/unreleased/Fixed-20230928-120910.yaml delete mode 100644 .changes/unreleased/Fixed-20230928-143246.yaml delete mode 100644 .changes/unreleased/Fixed-20231002-120602.yaml create mode 100644 .changes/v2.8.0.md diff --git a/.changes/unreleased/Feature-20230928-145628.yaml b/.changes/unreleased/Feature-20230928-145628.yaml deleted file mode 100644 index ec20d8883..000000000 --- a/.changes/unreleased/Feature-20230928-145628.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Feature -body: 'Reassigning list: when reassigning courses to a new user, the job associated - with the course become the one of the new user (if any)' -time: 2023-09-28T14:56:28.69132294+02:00 -custom: - Issue: "162" diff --git a/.changes/unreleased/Fixed-20230913-122616.yaml b/.changes/unreleased/Fixed-20230913-122616.yaml deleted file mode 100644 index 230baed41..000000000 --- a/.changes/unreleased/Fixed-20230913-122616.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Fixed -body: Fix filter "accompanying course by social action" to avoid duplication in list -time: 2023-09-13T12:26:16.38720953+02:00 -custom: - Issue: "143" diff --git a/.changes/unreleased/Fixed-20230928-120910.yaml b/.changes/unreleased/Fixed-20230928-120910.yaml deleted file mode 100644 index 72c9dd9b4..000000000 --- a/.changes/unreleased/Fixed-20230928-120910.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Fixed -body: 'View a third party: avoid errors when a contact has a civility' -time: 2023-09-28T12:09:10.199359071+02:00 -custom: - Issue: "164" diff --git a/.changes/unreleased/Fixed-20230928-143246.yaml b/.changes/unreleased/Fixed-20230928-143246.yaml deleted file mode 100644 index f0f756a22..000000000 --- a/.changes/unreleased/Fixed-20230928-143246.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Fixed -body: Fix the filters and aggregators on exports "count peoples" -time: 2023-09-28T14:32:46.696092741+02:00 -custom: - Issue: "163" diff --git a/.changes/unreleased/Fixed-20231002-120602.yaml b/.changes/unreleased/Fixed-20231002-120602.yaml deleted file mode 100644 index 95a3d239e..000000000 --- a/.changes/unreleased/Fixed-20231002-120602.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixed -body: From the database, avoid the creation of location history for same period and - at same dates -time: 2023-10-02T12:06:02.412233177+02:00 -custom: - Issue: "143" diff --git a/.changes/v2.8.0.md b/.changes/v2.8.0.md new file mode 100644 index 000000000..4e0f03c11 --- /dev/null +++ b/.changes/v2.8.0.md @@ -0,0 +1,19 @@ +## v2.8.0 - 2023-10-05 + +### Feature + +* ([#162](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/162)) Reassigning list: when reassigning courses to a new user, the job associated with the course become the one of the new user (if any) +* Reassining list: the length of the list is increased to 100 courses + +### Fixed + +* ([#143](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/143)) Fix filter "accompanying course by social action" to avoid duplication in list +* ([#164](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/164)) View a third party: avoid errors when a contact has a civility +* ([#163](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/163)) Fix the filters and aggregators on exports "count peoples" +* ([#143](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/143)) From the database, avoid the creation of location history for same period and at same dates + +### Traduction francophone des principaux changements + +- Fonctionnalité: Réassigner les parcours en lot: lorsque des parcours sont réassignés "en lot", les parcours sont maintenant associés au métier du nouveau référent; +- Correction: certaines causes qui créaient des doublons dans les listes ont été corrigées; +- Correction des associations entre l'export "nombre de personnes" et les filtres et regroupements associés