forked from ScoDoc/ScoDoc
Fix typo (ancien éditeur groupes)
This commit is contained in:
parent
8ee95cc2e5
commit
ea9c6a6ef2
@ -792,7 +792,7 @@ def setGroups(
|
||||
return xml_error(msg, code=404)
|
||||
# Place dans ce groupe les etudiants indiqués:
|
||||
for etudid in fs[1:-1]:
|
||||
change_etud_group_in_partition(etudid, group.id)
|
||||
change_etud_group_in_partition(etudid, group)
|
||||
|
||||
# Update parcours
|
||||
partition.formsemestre.update_inscriptions_parcours_from_groups()
|
||||
|
@ -1,7 +1,7 @@
|
||||
# -*- mode: python -*-
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
SCOVERSION = "9.5.3"
|
||||
SCOVERSION = "9.5.4"
|
||||
|
||||
SCONAME = "ScoDoc"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user