1
0
forked from ScoDoc/ScoDoc

Fix: API bulletins JSON classic sans matières

This commit is contained in:
Emmanuel Viennet 2022-12-03 17:31:58 +01:00 committed by iziram
parent cd36737460
commit f246d9e82c

View File

@ -269,7 +269,7 @@ def formsemestre_bulletinetud_published_dict(
u["module"] = _list_modimpls( u["module"] = _list_modimpls(
nt, nt,
etudid, etudid,
[mod for mod in modimpls if mod["module"]["ue_id"] == ue.id], [mod for mod in modimpls if mod["module"]["ue_id"] == ue_st["ue_id"]],
prefs, prefs,
version, version,
) )