From 3528fc69057194d20b26b2d6bdd39a4e1d610586 Mon Sep 17 00:00:00 2001 From: Manus Date: Wed, 26 Aug 2026 11:49:09 +0000 Subject: [PATCH] =?UTF-8?q?Checkpoint:=20L=E2=80=99option=20Abonnement=20e?= =?UTF-8?q?st=20remont=C3=A9e=20en=20t=C3=AAte=20des=20actions=20du=20dial?= =?UTF-8?q?ogue=20d=E2=80=99=C3=A9dition,=20dans=20un=20encadr=C3=A9=20exp?= =?UTF-8?q?licite=20avec=20Oui,=20Non=20et=20Ne=20pas=20modifier.=20Tests,?= =?UTF-8?q?=20TypeScript=20et=20build=20valid=C3=A9s.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/pages/AutomationRules.tsx | 34 +++++++++++++++------------- todo.md | 4 ++++ 2 files changed, 22 insertions(+), 16 deletions(-) diff --git a/client/src/pages/AutomationRules.tsx b/client/src/pages/AutomationRules.tsx index f8bd13c..8c0f9c6 100644 --- a/client/src/pages/AutomationRules.tsx +++ b/client/src/pages/AutomationRules.tsx @@ -773,6 +773,24 @@ export default function AutomationRules() {
+
+ + +

Définit si les factures correspondant à la règle sont des abonnements.

+
+
setActions({ ...actions, isSubscription: value === "__NONE__" ? undefined : Number(value) as 0 | 1 })} - > - - - - - Ne pas modifier - Oui - Non - - -
diff --git a/todo.md b/todo.md index e66a79a..f0591da 100644 --- a/todo.md +++ b/todo.md @@ -760,3 +760,7 @@ ## Déploiement recette — navigation BAP et abonnement - [x] Pousser les deux correctifs vers Gitea recette - [x] Déployer, vérifier HTTP et valider le parcours de retour en recette + +## Correctif recette — dialogue d’automatisme +- [x] Vérifier le commit et localiser l’emplacement absent de l’option Abonnement +- [ ] Corriger le dialogue d’édition et le valider en recette