forked from ScoDoc/ScoDoc
evaluation_listenotes: remet colonne groupes en excel
This commit is contained in:
parent
f6051f930f
commit
4681294cb8
@ -284,8 +284,8 @@ def _make_table_notes(
|
|||||||
columns_ids = ["etudid", "nom", "prenom"]
|
columns_ids = ["etudid", "nom", "prenom"]
|
||||||
else:
|
else:
|
||||||
columns_ids = ["nomprenom"]
|
columns_ids = ["nomprenom"]
|
||||||
if not hide_groups and fmt not in {"xls", "xml", "json"}:
|
if not hide_groups and fmt not in {"xml", "json"}:
|
||||||
# n'indique pas les groupes en xls, json car notation "humaine" ici
|
# n'indique pas les groupes en xml et json car notation "humaine" ici
|
||||||
columns_ids.append("group")
|
columns_ids.append("group")
|
||||||
|
|
||||||
titles = {
|
titles = {
|
||||||
|
Loading…
Reference in New Issue
Block a user