forked from ScoDoc/ScoDoc
Fix: moduleimpl_status: lien saisie notes/par groupe
This commit is contained in:
parent
7aec0cd2f3
commit
da93a99069
@ -1583,6 +1583,7 @@ def listgroups_abbrev(groups):
|
|||||||
|
|
||||||
|
|
||||||
# form_group_choice replaces formChoixGroupe
|
# form_group_choice replaces formChoixGroupe
|
||||||
|
# obsolete, utilisé seulement par formsemestre_inscription_with_modules
|
||||||
def form_group_choice(
|
def form_group_choice(
|
||||||
formsemestre_id,
|
formsemestre_id,
|
||||||
allow_none=True, # offre un choix vide dans chaque partition
|
allow_none=True, # offre un choix vide dans chaque partition
|
||||||
|
@ -884,7 +884,7 @@ def _ligne_evaluation(
|
|||||||
f"""{gr_moyenne["gr_moy"]} (<a class="stdlink" href="{
|
f"""{gr_moyenne["gr_moy"]} (<a class="stdlink" href="{
|
||||||
url_for('notes.evaluation_listenotes',
|
url_for('notes.evaluation_listenotes',
|
||||||
scodoc_dept=g.scodoc_dept, evaluation_id=evaluation.id,
|
scodoc_dept=g.scodoc_dept, evaluation_id=evaluation.id,
|
||||||
tf_submitted=1, **{'group_ids:list': gr_moyenne["group_id"]})
|
tf_submitted=1, **{'group_ids': gr_moyenne["group_id"]})
|
||||||
}">{gr_moyenne["gr_nb_notes"]} notes</a>"""
|
}">{gr_moyenne["gr_nb_notes"]} notes</a>"""
|
||||||
)
|
)
|
||||||
if gr_moyenne["gr_nb_att"] > 0:
|
if gr_moyenne["gr_nb_att"] > 0:
|
||||||
@ -899,7 +899,7 @@ def _ligne_evaluation(
|
|||||||
H.append(
|
H.append(
|
||||||
f"""<a class="redlink" href="{url_for('notes.form_saisie_notes',
|
f"""<a class="redlink" href="{url_for('notes.form_saisie_notes',
|
||||||
scodoc_dept=g.scodoc_dept, evaluation_id=evaluation.id,
|
scodoc_dept=g.scodoc_dept, evaluation_id=evaluation.id,
|
||||||
**{'group_ids:list': gr_moyenne["group_id"]})
|
**{'group_ids': gr_moyenne["group_id"]})
|
||||||
}">incomplet : terminer saisie</a></font>]"""
|
}">incomplet : terminer saisie</a></font>]"""
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
"Infos sur version ScoDoc"
|
"Infos sur version ScoDoc"
|
||||||
|
|
||||||
SCOVERSION = "9.7.35"
|
SCOVERSION = "9.7.36"
|
||||||
|
|
||||||
SCONAME = "ScoDoc"
|
SCONAME = "ScoDoc"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user