Skip to content
Snippets Groups Projects
Commit 7034f3c3 authored by Paul Milleville's avatar Paul Milleville
Browse files

ajout groupname

parent 4a308740
No related branches found
No related tags found
No related merge requests found
...@@ -287,7 +287,7 @@ def formsemestre_synchro_etuds( ...@@ -287,7 +287,7 @@ def formsemestre_synchro_etuds(
for etu in nip_etape: for etu in nip_etape:
if etu[1] not in sco_groups.get_partition_groups(partition=sco_groups.get_partition(partition_id)): if etu[1] not in sco_groups.get_partition_groups(partition=sco_groups.get_partition(partition_id)):
sco_groups.create_group(partition_id=partition_id) sco_groups.create_group(partition_id=partition_id,group_name=etu[1])
# #
# check decisions jury ici pour éviter de recontruire le cache # check decisions jury ici pour éviter de recontruire le cache
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment