From 5f409f0267b3620dc19db6742809229d8a47fddd Mon Sep 17 00:00:00 2001 From: Emmanuel Viennet Date: Thu, 16 Dec 2021 21:10:20 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20#230:=20notes=20d'=C3=A9val=20/=2020=20da?= =?UTF-8?q?ns=20bul=20json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/but/bulletin_but.py | 3 ++- sco_version.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/but/bulletin_but.py b/app/but/bulletin_but.py index 9d8e80cb..bfaba4e3 100644 --- a/app/but/bulletin_but.py +++ b/app/but/bulletin_but.py @@ -203,7 +203,8 @@ class ResultatsSemestreBUT: "poids": {p.ue.acronyme: p.poids for p in e.ue_poids}, "note": { "value": fmt_note( - self.modimpls_evals_notes[e.moduleimpl_id][e.id][etud.id] + self.modimpls_evals_notes[e.moduleimpl_id][e.id][etud.id], + note_max=e.note_max, ), "min": fmt_note(notes_ok.min()), "max": fmt_note(notes_ok.max()), diff --git a/sco_version.py b/sco_version.py index 1616139e..fe2a6f29 100644 --- a/sco_version.py +++ b/sco_version.py @@ -1,7 +1,7 @@ # -*- mode: python -*- # -*- coding: utf-8 -*- -SCOVERSION = "9.1.7" +SCOVERSION = "9.1.8" SCONAME = "ScoDoc"