Skip to content
Snippets Groups Projects
Commit 40b6ad21 authored by Emmanuel Viennet's avatar Emmanuel Viennet
Browse files

Fix: bug rare si cache modimpl_results non en accord avec modimpl.evaluations

parent 77486181
Branches
No related tags found
No related merge requests found
......@@ -242,6 +242,7 @@ class BulletinBUT:
self.etud_eval_results(etud, e)
for e in modimpl.evaluations
if (e.visibulletin or version == "long")
and (e.id in modimpl_results.evaluations_etat)
and (
modimpl_results.evaluations_etat[e.id].is_complete
or self.prefs["bul_show_all_evals"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment