Autoriser le démarrage du workflow travaux
Some checks are pending
CI - Tests et Syntax / lint-and-test (push) Waiting to run

This commit is contained in:
root 2026-08-20 22:46:14 +00:00
parent 0ecc833647
commit a29067284a

View file

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