forked from ScoDoc/ScoDoc
Assiduites : fix bug api count etat mal orthographié
This commit is contained in:
parent
a05801b78a
commit
bcb01089ca
@ -394,6 +394,10 @@ def get_assiduites_stats(
|
|||||||
if "etat" in filtered
|
if "etat" in filtered
|
||||||
else ["absent", "present", "retard"]
|
else ["absent", "present", "retard"]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# être sur que les états sont corrects
|
||||||
|
etats = [etat for etat in etats if etat in ["absent", "present", "retard"]]
|
||||||
|
|
||||||
# Préparation du dictionnaire de retour avec les valeurs du calcul
|
# Préparation du dictionnaire de retour avec les valeurs du calcul
|
||||||
count: dict = calculator.to_dict(only_total=False)
|
count: dict = calculator.to_dict(only_total=False)
|
||||||
for etat in etats:
|
for etat in etats:
|
||||||
|
Loading…
Reference in New Issue
Block a user