forked from ScoDoc/ScoDoc
creation UE externes: indique indice semestre
This commit is contained in:
parent
bbdf79191a
commit
9a9278bf6e
@ -103,6 +103,7 @@ def external_ue_create(
|
|||||||
ue_id = sco_edit_ue.do_ue_create(
|
ue_id = sco_edit_ue.do_ue_create(
|
||||||
{
|
{
|
||||||
"formation_id": formation_id,
|
"formation_id": formation_id,
|
||||||
|
"semestre_idx": formsemestre.semestre_id,
|
||||||
"titre": titre,
|
"titre": titre,
|
||||||
"acronyme": acronyme,
|
"acronyme": acronyme,
|
||||||
"numero": numero,
|
"numero": numero,
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# -*- mode: python -*-
|
# -*- mode: python -*-
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
SCOVERSION = "9.3.36"
|
SCOVERSION = "9.3.37"
|
||||||
|
|
||||||
SCONAME = "ScoDoc"
|
SCONAME = "ScoDoc"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user