From 4681294cb8c09ab6b255f47ad3d00c3a9c46f5c7 Mon Sep 17 00:00:00 2001 From: Emmanuel Viennet Date: Fri, 26 Jan 2024 10:28:10 +0100 Subject: [PATCH] evaluation_listenotes: remet colonne groupes en excel --- app/scodoc/sco_liste_notes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/scodoc/sco_liste_notes.py b/app/scodoc/sco_liste_notes.py index 62ed203f..44058474 100644 --- a/app/scodoc/sco_liste_notes.py +++ b/app/scodoc/sco_liste_notes.py @@ -284,8 +284,8 @@ def _make_table_notes( columns_ids = ["etudid", "nom", "prenom"] else: columns_ids = ["nomprenom"] - if not hide_groups and fmt not in {"xls", "xml", "json"}: - # n'indique pas les groupes en xls, json car notation "humaine" ici + if not hide_groups and fmt not in {"xml", "json"}: + # n'indique pas les groupes en xml et json car notation "humaine" ici columns_ids.append("group") titles = {