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"},