forked from ScoDoc/ScoDoc
navigation édition formation
This commit is contained in:
parent
b319d9c0d3
commit
28f266fac6
@ -399,5 +399,6 @@ def ue_move(ue_id, after=0, redirect=1):
|
|||||||
"notes.ue_table",
|
"notes.ue_table",
|
||||||
scodoc_dept=g.scodoc_dept,
|
scodoc_dept=g.scodoc_dept,
|
||||||
formation_id=o["formation_id"],
|
formation_id=o["formation_id"],
|
||||||
|
semestre_idx=o["semestre_idx"],
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
@ -381,7 +381,10 @@ def ue_edit(ue_id=None, create=False, formation_id=None):
|
|||||||
do_ue_edit(tf[2])
|
do_ue_edit(tf[2])
|
||||||
return flask.redirect(
|
return flask.redirect(
|
||||||
url_for(
|
url_for(
|
||||||
"notes.ue_table", scodoc_dept=g.scodoc_dept, formation_id=formation_id
|
"notes.ue_table",
|
||||||
|
scodoc_dept=g.scodoc_dept,
|
||||||
|
formation_id=formation_id,
|
||||||
|
semestre_idx=tf[2]["semestre_idx"],
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user