forked from ScoDoc/ScoDoc
Fix: API /formsemestres_courants
This commit is contained in:
parent
07cd5041ff
commit
5806cd29a7
@ -153,4 +153,4 @@ def liste_semestres_courant(dept_ident: str):
|
||||
FormSemestre.date_fin >= app.db.func.now(),
|
||||
)
|
||||
|
||||
return jsonify([d.to_dict() for d in formsemestres])
|
||||
return jsonify([d.to_dict(convert_parcours=True) for d in formsemestres])
|
||||
|
Loading…
Reference in New Issue
Block a user