diff --git a/app/scodoc/sco_archives_etud.py b/app/scodoc/sco_archives_etud.py index b7ff7d32b..0067be0af 100644 --- a/app/scodoc/sco_archives_etud.py +++ b/app/scodoc/sco_archives_etud.py @@ -358,7 +358,7 @@ def etudarchive_import_files( unmatched_files=unmatched_files, stored_etud_filename=stored_etud_filename, next_page=url_for( - "scolar.groups_view", + "scolar.groups_feuilles", scodoc_dept=g.scodoc_dept, formsemestre_id=formsemestre_id, ), diff --git a/app/scodoc/sco_formsemestre_status.py b/app/scodoc/sco_formsemestre_status.py index 6b5d1a3a1..5f3d69ceb 100755 --- a/app/scodoc/sco_formsemestre_status.py +++ b/app/scodoc/sco_formsemestre_status.py @@ -335,7 +335,7 @@ def formsemestre_status_menubar(formsemestre: FormSemestre | None) -> str: }, { "title": "Exporter table des étudiants", - "endpoint": "scolar.groups_view", + "endpoint": "scolar.groups_lists", "args": { "fmt": "allxls", "group_ids": sco_groups.get_default_group( @@ -354,12 +354,26 @@ def formsemestre_status_menubar(formsemestre: FormSemestre | None) -> str: can_change_groups = formsemestre.can_change_groups() menu_groupes = [ { - "title": "Listes, photos, feuilles...", - "endpoint": "scolar.groups_view", + "title": "Listes des groupes", + "endpoint": "scolar.groups_lists", "args": {"formsemestre_id": formsemestre_id}, "enabled": True, "helpmsg": "Accès aux listes des groupes d'étudiants", }, + { + "title": "Trombinoscopes", + "endpoint": "scolar.groups_photos", + "args": {"formsemestre_id": formsemestre_id}, + "enabled": True, + "helpmsg": "Accès aux photos des groupes d'étudiants", + }, + { + "title": "Assiduité, feuilles d'appel, ...", + "endpoint": "scolar.groups_feuilles", + "args": {"formsemestre_id": formsemestre_id}, + "enabled": True, + "helpmsg": "Accès aux feuilles d'appel des groupes d'étudiants", + }, { "title": "Modifier groupes et partitions", "endpoint": "scolar.partition_editor", @@ -826,7 +840,7 @@ def _make_listes_sem(formsemestre: FormSemestre) -> str: