From: Guillaume Pellerin Date: Thu, 2 Jul 2020 11:36:09 +0000 (+0200) Subject: exam: add script filtering by corrector X-Git-Tag: 1.4.3~63^2~1 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=f37c74f17bcb61e8caa3f82bce3e9223d4dc346e;p=teleforma.git exam: add script filtering by corrector --- diff --git a/teleforma/exam/admin.py b/teleforma/exam/admin.py index 40219585..c4a32f8d 100644 --- a/teleforma/exam/admin.py +++ b/teleforma/exam/admin.py @@ -37,7 +37,7 @@ class ScriptAdmin(admin.ModelAdmin): readonly_fields = ['date_added','uuid','box_uuid','sha1','mime_type'] list_filter = ['period', 'course__title', 'session', 'type', 'status', 'date_submitted', 'date_marked', 'date_rejected', - 'author__student__platform_only' ] + 'author__student__platform_only', 'corrector'] list_display = ['title', 'author_name', 'corrector', 'file_size', 'status'] actions = ['force_resubmit',]