SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit caaf6bc8 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Correct critical bug in visibility of submissions

parent 7ef51040
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,7 @@ SUBMISSION_STATUS_PUBLICLY_INVISIBLE = [
STATUS_RESUBMISSION_INCOMING,
'assignment_failed',
'resubmitted_rejected',
STATUS_RESUBMITTED_REJECTED,
'rejected',
'withdrawn',
]
......@@ -70,6 +71,7 @@ SUBMISSION_STATUS_PUBLICLY_INVISIBLE = [
SUBMISSION_STATUS_PUBLICLY_UNLISTED = SUBMISSION_STATUS_PUBLICLY_INVISIBLE + [
'resubmitted',
'resubmitted_rejected_visible',
STATUS_RESUBMITTED_REJECTED_VISIBLE,
'published'
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment