forked from ScoDoc/ScoDoc
Fix typo (accès modif formsemestres)
This commit is contained in:
parent
bbc3bbc701
commit
17940d988d
@ -657,7 +657,7 @@ class FormSemestre(models.ScoDocModel):
|
||||
): # pas chef de dept.
|
||||
if not self.resp_can_edit or not self.est_responsable(user):
|
||||
return False
|
||||
return allow_locked or not self.etat
|
||||
return allow_locked or self.etat
|
||||
|
||||
def est_courant(self) -> bool:
|
||||
"""Vrai si la date actuelle (now) est dans le semestre
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
"Infos sur version ScoDoc"
|
||||
|
||||
SCOVERSION = "9.7.53"
|
||||
SCOVERSION = "9.7.54"
|
||||
|
||||
SCONAME = "ScoDoc"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user