Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SCODOC_R6A06
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jean-Marie Place
SCODOC_R6A06
Commits
afbee3a3
Commit
afbee3a3
authored
3 months ago
by
Emmanuel Viennet
Browse files
Options
Downloads
Patches
Plain Diff
Ajout commentaire et version avec contributeurs.
parent
4aad637f
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/scodoc/sco_saisie_notes.py
+3
-1
3 additions, 1 deletion
app/scodoc/sco_saisie_notes.py
with
3 additions
and
1 deletion
app/scodoc/sco_saisie_notes.py
+
3
−
1
View file @
afbee3a3
...
@@ -921,7 +921,9 @@ def _formsemestre_module_type_order(formsemestre: FormSemestre) -> list[ModuleTy
...
@@ -921,7 +921,9 @@ def _formsemestre_module_type_order(formsemestre: FormSemestre) -> list[ModuleTy
def
saisie_notes_par_etu
(
formsemestre
:
FormSemestre
,
etud
:
Identite
):
def
saisie_notes_par_etu
(
formsemestre
:
FormSemestre
,
etud
:
Identite
):
"
Formulaire de saisie de toutes les notes d
'
un semestre pour un étudiant
"
"""
Formulaire de saisie de toutes les notes d
'
un semestre pour un étudiant.
"""
# Contribution des étudiants Joshua COLLIN et Hippolyte DAMAY-GLORIEUX
# et J.-M. Place, IUT de Lille.
# Check access
# Check access
# (admin, respformation, and responsable_id)
# (admin, respformation, and responsable_id)
if
not
formsemestre
.
etat
or
not
(
if
not
formsemestre
.
etat
or
not
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment