From a29067284a6a9f25f8929e2f3211f70dce963d81 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 20 Aug 2026 22:46:14 +0000 Subject: [PATCH] =?UTF-8?q?Autoriser=20le=20d=C3=A9marrage=20du=20workflow?= =?UTF-8?q?=20travaux?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app_new/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_new/constants.py b/app_new/constants.py index 767fe43..deb3f8b 100644 --- a/app_new/constants.py +++ b/app_new/constants.py @@ -31,7 +31,7 @@ INTERVENTION_STATUSES = { } INTERVENTION_TRANSITIONS = { - "brouillon": {"en_attente", "planifiee", "annulee"}, + "brouillon": {"en_attente", "planifiee", "attente_chef", "demande_departement", "attente_devis", "en_cours", "annulee"}, "en_attente": {"planifiee", "en_cours", "annulee"}, "planifiee": {"en_cours", "reportee", "annulee", "ignoree"}, "reportee": {"planifiee", "annulee"},