From e3b6b529c06da4f2c8bd4b5080c4ffe585885a08 Mon Sep 17 00:00:00 2001 From: Adrien Boutigny Date: Fri, 22 Nov 2024 10:57:09 +0100 Subject: [PATCH] =?UTF-8?q?Corrige=20la=20mise=20=C3=A0=20jour=20des=20par?= =?UTF-8?q?am=C3=A8tres=20de=20l'audit=20(#875)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix store data objects being referenced instead of cloned in forms components * update changelog --------- Co-authored-by: Quentin Bellanger --- CHANGELOG.md | 6 ++++++ .../src/components/audit/AuditSettingsForm.vue | 4 ++-- confiture-web-app/src/pages/audit/AuditDeclarationPage.vue | 6 +++--- confiture-web-app/src/store/results.ts | 6 +++--- 4 files changed, 14 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb68cd73..53ae9957 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ Tous les changements notables de Ara sont documentés ici avec leur date, leur catégorie (nouvelle fonctionnalité, correction de bug ou autre changement) et leur pull request (PR) associée. +## 22/11/2024 + +### Corrections 🐛 + +- Corrige la "fausse" mise à jour des paramètres de l’audit quand on quitte la page sans sauvegarder ([#875](https://github.com/DISIC/Ara/pull/875)) + ## 21/11/2024 ### Corrections 🐛 diff --git a/confiture-web-app/src/components/audit/AuditSettingsForm.vue b/confiture-web-app/src/components/audit/AuditSettingsForm.vue index 56da6be4..bf93e12c 100644 --- a/confiture-web-app/src/components/audit/AuditSettingsForm.vue +++ b/confiture-web-app/src/components/audit/AuditSettingsForm.vue @@ -1,5 +1,5 @@