debug suivi étudiant + ajout du required sur sRef
All checks were successful
Build and Push Docker Image / build (push) Successful in 3m29s

This commit is contained in:
mc33
2025-02-10 08:29:23 +00:00
parent f6128e4f61
commit d9446b6933
2 changed files with 7 additions and 6 deletions

View File

@@ -77,10 +77,10 @@ class _cl_Student_eval_admin(SummernoteModelAdmin):
fieldsets = (
('Informations générales', {
'fields': ('Student','nEval_Type','dtDate')
'fields': ('Student','nEval_Type','dtDate','sRef')
}),
("Information propre à l'intervention ou exercice", {
'fields': ('sRef','sInter_Desc', 'nInter_Nature', 'nInter_Priority', 'nInter_Complexity', 'nStudent_Role')
'fields': (,'sInter_Desc', 'nInter_Nature', 'nInter_Priority', 'nInter_Complexity', 'nStudent_Role')
}),
("Appréciation de l'étudiant/stagiaire", {
'fields': ("nEval_Mode", "sDesc_neg", 'sDesc_pos', "sDesc_global")