From bcb01089ca4affdc2bdc4aed56b259548d317043 Mon Sep 17 00:00:00 2001 From: Iziram Date: Fri, 12 Jan 2024 09:08:46 +0100 Subject: [PATCH] =?UTF-8?q?Assiduites=20:=20fix=20bug=20api=20count=20etat?= =?UTF-8?q?=20mal=20orthographi=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/scodoc/sco_assiduites.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/scodoc/sco_assiduites.py b/app/scodoc/sco_assiduites.py index 487556ab..5f8287e6 100644 --- a/app/scodoc/sco_assiduites.py +++ b/app/scodoc/sco_assiduites.py @@ -394,6 +394,10 @@ def get_assiduites_stats( if "etat" in filtered 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 count: dict = calculator.to_dict(only_total=False) for etat in etats: