forked from ScoDoc/ScoDoc
orthographe
This commit is contained in:
parent
be03ad0fad
commit
3de9286e61
@ -421,7 +421,8 @@ class DecisionsProposeesAnnee(DecisionsProposees):
|
|||||||
+ '</div><div class="warning">'.join(messages)
|
+ '</div><div class="warning">'.join(messages)
|
||||||
+ "</div>"
|
+ "</div>"
|
||||||
)
|
)
|
||||||
#
|
|
||||||
|
# WIP TODO XXX def get_moyenne_annuelle(self)
|
||||||
|
|
||||||
def infos(self) -> str:
|
def infos(self) -> str:
|
||||||
"""informations, for debugging purpose."""
|
"""informations, for debugging purpose."""
|
||||||
|
@ -318,7 +318,7 @@ class OffreCreationForm(FlaskForm):
|
|||||||
duree = _build_string_field("Durée (*)")
|
duree = _build_string_field("Durée (*)")
|
||||||
depts = MultiCheckboxField("Départements (*)", validators=[Optional()], coerce=int)
|
depts = MultiCheckboxField("Départements (*)", validators=[Optional()], coerce=int)
|
||||||
expiration_date = DateField("Date expiration", validators=[Optional()])
|
expiration_date = DateField("Date expiration", validators=[Optional()])
|
||||||
correspondant = SelectField("Correspondant à contacté", validators=[Optional()])
|
correspondant = SelectField("Correspondant à contacter", validators=[Optional()])
|
||||||
fichier = FileField(
|
fichier = FileField(
|
||||||
"Fichier",
|
"Fichier",
|
||||||
validators=[
|
validators=[
|
||||||
@ -373,7 +373,7 @@ class OffreModificationForm(FlaskForm):
|
|||||||
duree = _build_string_field("Durée (*)")
|
duree = _build_string_field("Durée (*)")
|
||||||
depts = MultiCheckboxField("Départements (*)", validators=[Optional()], coerce=int)
|
depts = MultiCheckboxField("Départements (*)", validators=[Optional()], coerce=int)
|
||||||
expiration_date = DateField("Date expiration", validators=[Optional()])
|
expiration_date = DateField("Date expiration", validators=[Optional()])
|
||||||
correspondant = SelectField("Correspondant à contacté", validators=[Optional()])
|
correspondant = SelectField("Correspondant à contacter", validators=[Optional()])
|
||||||
submit = SubmitField("Modifier", render_kw=SUBMIT_MARGE)
|
submit = SubmitField("Modifier", render_kw=SUBMIT_MARGE)
|
||||||
cancel = SubmitField("Annuler", render_kw=SUBMIT_MARGE)
|
cancel = SubmitField("Annuler", render_kw=SUBMIT_MARGE)
|
||||||
|
|
||||||
|
@ -465,7 +465,7 @@ class ApoEtud(dict):
|
|||||||
return VOID_APO_RES
|
return VOID_APO_RES
|
||||||
|
|
||||||
return dict(
|
return dict(
|
||||||
N="",
|
N="", # n'exporte pas de moyenne indicative annuelle, car pas de définition officielle
|
||||||
B=20,
|
B=20,
|
||||||
J="",
|
J="",
|
||||||
R=ScoDocSiteConfig.get_code_apo(self.validation_annee_but.code),
|
R=ScoDocSiteConfig.get_code_apo(self.validation_annee_but.code),
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# -*- mode: python -*-
|
# -*- mode: python -*-
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
SCOVERSION = "9.4.75"
|
SCOVERSION = "9.4.76"
|
||||||
|
|
||||||
SCONAME = "ScoDoc"
|
SCONAME = "ScoDoc"
|
||||||
|
|
||||||
|
@ -63,6 +63,7 @@ def test_cursus_but_jury_gb(test_client):
|
|||||||
|
|
||||||
|
|
||||||
# @pytest.mark.skip # XXX WIP
|
# @pytest.mark.skip # XXX WIP
|
||||||
|
@pytest.mark.slow
|
||||||
def test_refcomp_niveaux_info(test_client):
|
def test_refcomp_niveaux_info(test_client):
|
||||||
"""Test niveaux / parcours / UE pour un BUT INFO
|
"""Test niveaux / parcours / UE pour un BUT INFO
|
||||||
avec parcours A et C, même compétences mais coefs différents
|
avec parcours A et C, même compétences mais coefs différents
|
||||||
|
Loading…
Reference in New Issue
Block a user