mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-11-08 21:21:06 +00:00
Added 2 filters to ExperimentMarkView
This commit is contained in:
parent
cdeaa0852f
commit
a1df871e9f
1 changed files with 2 additions and 0 deletions
|
@ -642,6 +642,8 @@ class ExperimentMarkView(SecureAdminModelView):
|
|||
|
||||
column_filters = [
|
||||
StudentIdFilter(PartStudent.id, "Student / ID"),
|
||||
"part_student.part.program",
|
||||
"part_student.part",
|
||||
"part_student.student",
|
||||
"group_experiment.group",
|
||||
"group_experiment.semester_experiment.semester",
|
||||
|
|
Loading…
Reference in a new issue