Autoriser le démarrage du workflow travaux
Some checks are pending
CI - Tests et Syntax / lint-and-test (push) Waiting to run
Some checks are pending
CI - Tests et Syntax / lint-and-test (push) Waiting to run
This commit is contained in:
parent
0ecc833647
commit
a29067284a
1 changed files with 1 additions and 1 deletions
|
|
@ -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"},
|
||||
|
|
|
|||
Loading…
Reference in a new issue