Update opolka/ScoDoc from ScoDoc/ScoDoc #2

Merged
opolka merged 1272 commits from ScoDoc/ScoDoc:master into master 2024-05-27 09:11:04 +02:00
3 changed files with 6 additions and 6 deletions
Showing only changes of commit 1a841c3e6d - Show all commits

View File

@ -987,7 +987,7 @@ def formsemestre_has_decisions(formsemestre_id):
""" """
cnx = ndb.GetDBConnexion() cnx = ndb.GetDBConnexion()
validations = scolar_formsemestre_validation_list( validations = scolar_formsemestre_validation_list(
cnx, args={"formsemestre_id": formsemestre_id} cnx, args={"formsemestre_id": formsemestre_id, "is_external": False}
) )
return len(validations) > 0 return len(validations) > 0

View File

@ -363,8 +363,8 @@ def moduleimpl_status(moduleimpl_id=None, partition_id=None):
if formsemestre_has_decisions(formsemestre_id): if formsemestre_has_decisions(formsemestre_id):
H.append( H.append(
"""<ul class="tf-msg"> """<ul class="tf-msg">
<li class="tf-msg warning">Décisions de jury saisies: seul le responsable du <li class="tf-msg warning">Décisions de jury saisies: seul le ou la responsable du
semestre peut saisir des notes (il devra modifier les décisions de jury). semestre peut saisir des notes (elle devra modifier les décisions de jury).
</li> </li>
</ul>""" </ul>"""
) )

View File

@ -1,7 +1,7 @@
# -*- mode: python -*- # -*- mode: python -*-
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
SCOVERSION = "9.6.54" SCOVERSION = "9.6.55"
SCONAME = "ScoDoc" SCONAME = "ScoDoc"