From 2a5101a3a9edfb5f4c1edc93b9b5be23d3f415fa Mon Sep 17 00:00:00 2001 From: Emmanuel Viennet Date: Wed, 18 Oct 2023 14:49:57 +0200 Subject: [PATCH] =?UTF-8?q?Evaluations:=20visibles=20en=20interm=C3=A9diai?= =?UTF-8?q?re/passerelle=20par=20d=C3=A9faut.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/scodoc/sco_evaluation_edit.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/scodoc/sco_evaluation_edit.py b/app/scodoc/sco_evaluation_edit.py index 125d4880..c24be275 100644 --- a/app/scodoc/sco_evaluation_edit.py +++ b/app/scodoc/sco_evaluation_edit.py @@ -101,6 +101,7 @@ def evaluation_create_form( "note_max": 20, "jour": time.strftime("%d/%m/%Y", time.localtime()), "publish_incomplete": is_malus, + "visibulletin": 1, } submitlabel = "Créer cette évaluation" action = "Création d'une évaluation" @@ -232,7 +233,7 @@ def evaluation_create_form( { "input_type": "boolcheckbox", "title": "Visible sur bulletins", - "explanation": "(pour les bulletins en version intermédiaire)", + "explanation": "(pour les bulletins en version intermédiaire/passerelle)", }, ), (